pgsql: Add oauth_validator_libraries to variable_is_guc_list_quote

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add oauth_validator_libraries to variable_is_guc_list_quote
Date: 2025-12-27 22:24:15
Message-ID: E1vZchq-0031Se-05@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <cca5507(at)qq(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/tencent_03D4D2A5C0C8DCE0CD1DB4D945858E15420A@qq.com
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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-12-27 22:46:53 pgsql: Remove MsgType type
Previous Message Daniel Gustafsson 2025-12-27 22:23:18 pgsql: Add oauth_validator_libraries to variable_is_guc_list_quote