Add oauth_validator_libraries to variable_is_guc_list_quote The variable_is_guc_list_quote function need to know about all GUC_QUOTE variables, this adds oauth_validator_libraries which was missing. Backpatch to v18 where OAuth was introduced.
Author: ChangAo Chen <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 18 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/61c78e1f494cc737807c9fa7f1de0d8c39b53428 Modified Files -------------- src/bin/pg_dump/dumputils.c | 1 + 1 file changed, 1 insertion(+)
