| 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:23:18 |
| Message-ID: | E1vZcgv-0031Rq-1l@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
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/ec0da9b89377960553a3d9054ec79c0512742275
Modified Files
--------------
src/bin/pg_dump/dumputils.c | 1 +
1 file changed, 1 insertion(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2025-12-27 22:24:15 | pgsql: Add oauth_validator_libraries to variable_is_guc_list_quote |
| Previous Message | Michael Paquier | 2025-12-27 08:24:05 | pgsql: Fix pg_stat_get_backend_activity() to use multi-byte truncated r |