Fix comment in guc_tables.c
authorMichael Paquier <[email protected]>
Tue, 4 Oct 2022 06:39:41 +0000 (15:39 +0900)
committerMichael 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

index 7ff653b51723e9d6bc6b85786da844b5d5549522..05ab087934cedc420dbd321af7a207717a8070e8 100644 (file)
@@ -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"),