Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bdf9b60

Browse files
committed
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
1 parent c42cd05 commit bdf9b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc_tables.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ const char *const config_group_names[] =
703703
gettext_noop("Version and Platform Compatibility / Previous PostgreSQL Versions"),
704704
/* COMPAT_OPTIONS_CLIENT */
705705
gettext_noop("Version and Platform Compatibility / Other Platforms and Clients"),
706-
/* ERROR_HANDLING */
706+
/* ERROR_HANDLING_OPTIONS */
707707
gettext_noop("Error Handling"),
708708
/* PRESET_OPTIONS */
709709
gettext_noop("Preset Options"),

0 commit comments

Comments
 (0)