summaryrefslogtreecommitdiff
path: root/src/include/utils
diff options
context:
space:
mode:
authorRobert Haas2015-10-08 16:24:51 +0000
committerRobert Haas2015-10-08 16:27:54 +0000
commitfd5eaad71529d508a1b1e411b3dc16e0b2d33da5 (patch)
tree0506f433ce8632cdf8e636a41dd6ab9c4d256b23 /src/include/utils
parentb6363772fd5f07dcfff2b4869765705ac9633950 (diff)
Correct pg_indent to pgindent in various comments.
David Christensen
Diffstat (limited to 'src/include/utils')
-rw-r--r--src/include/utils/elog.h2
1 files changed, 1 insertions, 1 deletions
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)