diff options
author | Robert Haas | 2015-10-08 16:24:51 +0000 |
---|---|---|
committer | Robert Haas | 2015-10-08 16:27:54 +0000 |
commit | fd5eaad71529d508a1b1e411b3dc16e0b2d33da5 (patch) | |
tree | 0506f433ce8632cdf8e636a41dd6ab9c4d256b23 | |
parent | b6363772fd5f07dcfff2b4869765705ac9633950 (diff) |
Correct pg_indent to pgindent in various comments.
David Christensen
-rw-r--r-- | src/include/storage/s_lock.h | 2 | ||||
-rw-r--r-- | src/include/utils/elog.h | 2 | ||||
-rw-r--r-- | src/tools/pgindent/exclude_file_patterns | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h index 3c4fec1b7d..83f28b9d5e 100644 --- a/src/include/storage/s_lock.h +++ b/src/include/storage/s_lock.h @@ -716,7 +716,7 @@ typedef unsigned char slock_t; asm int tas(volatile slock_t *s_lock) { -/* UNIVEL wants %mem in column 1, so we don't pg_indent this file */ +/* UNIVEL wants %mem in column 1, so we don't pgindent this file */ %mem s_lock pushl %ebx movl s_lock, %ebx diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h index 7684717f85..7715719008 100644 --- a/src/include/utils/elog.h +++ b/src/include/utils/elog.h @@ -266,7 +266,7 @@ extern PGDLLIMPORT ErrorContextCallback *error_context_stack; * PG_END_TRY(); * * (The braces are not actually necessary, but are recommended so that - * pg_indent will indent the construct nicely.) The error recovery code + * pgindent will indent the construct nicely.) The error recovery code * can optionally do PG_RE_THROW() to propagate the same error outwards. * * Note: while the system will correctly propagate any new ereport(ERROR) diff --git a/src/tools/pgindent/exclude_file_patterns b/src/tools/pgindent/exclude_file_patterns index fb99842f97..1a5866759e 100644 --- a/src/tools/pgindent/exclude_file_patterns +++ b/src/tools/pgindent/exclude_file_patterns @@ -1,4 +1,4 @@ -#list of file patterns to exclude from pg_indent runs +#list of file patterns to exclude from pgindent runs /s_lock\.h$ /atomics/ /ecpg/test/expected/ |