pgsql: Use designated initializers for guc_tables - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use designated initializers for guc_tables
Date
Msg-id E1v9fyC-00278n-24@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/8fdfb91e-60fb-44fa-8df6-f5dea47353c9@eisentraut.org

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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: ecpg: check return value of replace_variables()
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Avoid warnings in tests when openssl binary isn't available