summaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/utils/error/elog.c')
-rw-r--r--src/backend/utils/error/elog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/error/elog.c b/src/backend/utils/error/elog.c
index 977c03834a5..f6bb05f135e 100644
--- a/src/backend/utils/error/elog.c
+++ b/src/backend/utils/error/elog.c
@@ -226,7 +226,7 @@ err_gettext(const char *str)
* the stack entry. Finally, errfinish() will be called to actually process
* the error report.
*
- * Returns TRUE in normal case. Returns FALSE to short-circuit the error
+ * Returns true in normal case. Returns false to short-circuit the error
* report (if it's a warning or lower and not to be reported anywhere).
*/
bool
@@ -285,7 +285,7 @@ errstart(int elevel, const char *filename, int lineno,
/*
* Now decide whether we need to process this report at all; if it's
- * warning or less and not enabled for logging, just return FALSE without
+ * warning or less and not enabled for logging, just return false without
* starting up any error logging machinery.
*/