Use designated initializers for guc_tables This makes the generating script simpler and the output easier to read. In the future, it will make it easier to reorder and rearrange the underlying C structures.
Reviewed-by: Chao Li <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0a7bde46101697ece7549df29078ff9417347438 Modified Files -------------- src/backend/utils/misc/gen_guc_tables.pl | 53 +++++++++++++------------------- 1 file changed, 22 insertions(+), 31 deletions(-)
