Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fd5eaad

Browse files
committed
Correct pg_indent to pgindent in various comments.
David Christensen
1 parent b636377 commit fd5eaad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/include/storage/s_lock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ typedef unsigned char slock_t;
716716
asm int
717717
tas(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

src/include/utils/elog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

src/tools/pgindent/exclude_file_patterns

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/

0 commit comments

Comments
 (0)