Missing oauth_validator_libraries in variable_is_guc_list_quote()
cca5507 <cca5507@qq.com>
From: cca5507 <cca5507@qq.com>
To: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-27T09:52:59Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-variable_is_guc_list_quote.patch (application/octet-stream)
Hi, variable_is_guc_list_quote() seems to miss oauth_validator_libraries, a GUC marked GUC_LIST_QUOTE. Attach a small patch. -- Regards, ChangAo Chen