projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c42cd05
)
Fix comment in guc_tables.c
author
Michael Paquier
<
[email protected]
>
Tue, 4 Oct 2022 06:39:41 +0000
(15:39 +0900)
committer
Michael Paquier
<
[email protected]
>
Tue, 4 Oct 2022 06:39:41 +0000
(15:39 +0900)
s/ERROR_HANDLING/ERROR_HANDLING_OPTIONS/.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PtDj3CV+f0pVisc0XYMi2LHGBpQxQWtF0FjiSVN_nV17Q@mail.gmail.com
src/backend/utils/misc/guc_tables.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc_tables.c
b/src/backend/utils/misc/guc_tables.c
index 7ff653b51723e9d6bc6b85786da844b5d5549522..05ab087934cedc420dbd321af7a207717a8070e8 100644
(file)
--- a/
src/backend/utils/misc/guc_tables.c
+++ b/
src/backend/utils/misc/guc_tables.c
@@
-703,7
+703,7
@@
const char *const config_group_names[] =
gettext_noop("Version and Platform Compatibility / Previous PostgreSQL Versions"),
/* COMPAT_OPTIONS_CLIENT */
gettext_noop("Version and Platform Compatibility / Other Platforms and Clients"),
- /* ERROR_HANDLING */
+ /* ERROR_HANDLING
_OPTIONS
*/
gettext_noop("Error Handling"),
/* PRESET_OPTIONS */
gettext_noop("Preset Options"),