pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti

2018-03-21 Thread Tom Lane
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. Code that prints out the contents of setconfig or proconfig arrays in SQL format needs to handle GUC_LIST_QUOTE variables differently from other ones, because for those variables, flatten_set_variable_args() already applied a la

pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti

2018-03-21 Thread Tom Lane
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. Code that prints out the contents of setconfig or proconfig arrays in SQL format needs to handle GUC_LIST_QUOTE variables differently from other ones, because for those variables, flatten_set_variable_args() already applied a la

pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti

2018-03-21 Thread Tom Lane
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. Code that prints out the contents of setconfig or proconfig arrays in SQL format needs to handle GUC_LIST_QUOTE variables differently from other ones, because for those variables, flatten_set_variable_args() already applied a la

pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti

2018-03-21 Thread Tom Lane
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. Code that prints out the contents of setconfig or proconfig arrays in SQL format needs to handle GUC_LIST_QUOTE variables differently from other ones, because for those variables, flatten_set_variable_args() already applied a la

pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti

2018-03-21 Thread Tom Lane
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. Code that prints out the contents of setconfig or proconfig arrays in SQL format needs to handle GUC_LIST_QUOTE variables differently from other ones, because for those variables, flatten_set_variable_args() already applied a la

pgsql: Fix mishandling of quoted-list GUC values in pg_dump and ruleuti

2018-03-21 Thread Tom Lane
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. Code that prints out the contents of setconfig or proconfig arrays in SQL format needs to handle GUC_LIST_QUOTE variables differently from other ones, because for those variables, flatten_set_variable_args() already applied a la