We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413c184 commit 4892047Copy full SHA for 4892047
src/backend/utils/misc/guc_tables.c
@@ -715,11 +715,9 @@ const char *const config_group_names[] =
715
[PRESET_OPTIONS] = gettext_noop("Preset Options"),
716
[CUSTOM_OPTIONS] = gettext_noop("Customized Options"),
717
[DEVELOPER_OPTIONS] = gettext_noop("Developer Options"),
718
- /* help_config wants this array to be null-terminated */
719
- NULL
720
};
721
722
-StaticAssertDecl(lengthof(config_group_names) == (DEVELOPER_OPTIONS + 2),
+StaticAssertDecl(lengthof(config_group_names) == (DEVELOPER_OPTIONS + 1),
723
"array length mismatch");
724
725
/*
0 commit comments