File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ typedef unsigned char slock_t;
716
716
asm int
717
717
tas (volatile slock_t * s_lock )
718
718
{
719
- /* UNIVEL wants %mem in column 1, so we don't pg_indent this file */
719
+ /* UNIVEL wants %mem in column 1, so we don't pgindent this file */
720
720
%mem s_lock
721
721
pushl %ebx
722
722
movl s_lock , %ebx
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ extern PGDLLIMPORT ErrorContextCallback *error_context_stack;
266
266
* PG_END_TRY();
267
267
*
268
268
* (The braces are not actually necessary, but are recommended so that
269
- * pg_indent will indent the construct nicely.) The error recovery code
269
+ * pgindent will indent the construct nicely.) The error recovery code
270
270
* can optionally do PG_RE_THROW() to propagate the same error outwards.
271
271
*
272
272
* Note: while the system will correctly propagate any new ereport(ERROR)
Original file line number Diff line number Diff line change 1
- #list of file patterns to exclude from pg_indent runs
1
+ #list of file patterns to exclude from pgindent runs
2
2
/s_lock\.h$
3
3
/atomics/
4
4
/ecpg/test/expected/
You can’t perform that action at this time.
0 commit comments