]> granicus.if.org Git - postgresql/commitdiff
Correct pg_indent to pgindent in various comments.
authorRobert Haas <rhaas@postgresql.org>
Thu, 8 Oct 2015 16:24:51 +0000 (12:24 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 8 Oct 2015 16:27:54 +0000 (12:27 -0400)
David Christensen

src/include/storage/s_lock.h
src/include/utils/elog.h
src/tools/pgindent/exclude_file_patterns

index 3c4fec1b7df59a3213a9fd05c05bea02e7f3ff13..83f28b9d5ef8fbd83dfef31e7cb2912640a3de56 100644 (file)
@@ -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
index 7684717f853969e9bea25f5bb9fa92da6a575196..7715719008e37b86ce62ee8d12db996d68011483 100644 (file)
@@ -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)
index fb99842f97f0e715d9a014625b1e84782e4a94e5..1a5866759e6a5d13d711346102df54308920ceb9 100644 (file)
@@ -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/