File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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;
716716asm int
717717tas (volatile slock_t * s_lock )
718718{
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 */
720720%mem s_lock
721721 pushl %ebx
722722 movl s_lock , %ebx
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ extern PGDLLIMPORT ErrorContextCallback *error_context_stack;
266266 * PG_END_TRY();
267267 *
268268 * (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
270270 * can optionally do PG_RE_THROW() to propagate the same error outwards.
271271 *
272272 * 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
22/s_lock\.h$
33/atomics/
44/ecpg/test/expected/
You can’t perform that action at this time.
0 commit comments