1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix comment in guc_tables.c

s/ERROR_HANDLING/ERROR_HANDLING_OPTIONS/.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PtDj3CV+f0pVisc0XYMi2LHGBpQxQWtF0FjiSVN_nV17Q@mail.gmail.com
This commit is contained in:
Michael Paquier 2022-10-04 15:39:41 +09:00
parent c42cd05c58
commit bdf9b60085

View File

@ -703,7 +703,7 @@ const char *const config_group_names[] =
gettext_noop("Version and Platform Compatibility / Previous PostgreSQL Versions"), gettext_noop("Version and Platform Compatibility / Previous PostgreSQL Versions"),
/* COMPAT_OPTIONS_CLIENT */ /* COMPAT_OPTIONS_CLIENT */
gettext_noop("Version and Platform Compatibility / Other Platforms and Clients"), gettext_noop("Version and Platform Compatibility / Other Platforms and Clients"),
/* ERROR_HANDLING */ /* ERROR_HANDLING_OPTIONS */
gettext_noop("Error Handling"), gettext_noop("Error Handling"),
/* PRESET_OPTIONS */ /* PRESET_OPTIONS */
gettext_noop("Preset Options"), gettext_noop("Preset Options"),