Missing oauth_validator_libraries in variable_is_guc_list_quote()
Started by cca55074 months ago2 messageshackers
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
Attachments:
v1-0001-Fix-variable_is_guc_list_quote.patchapplication/octet-stream; charset=utf-8; name=v1-0001-Fix-variable_is_guc_list_quote.patchDownload+1-1
Re: Missing oauth_validator_libraries in variable_is_guc_list_quote()
On 27 Dec 2025, at 10:52, cca5507 <cca5507@qq.com> wrote:
Hi,
variable_is_guc_list_quote() seems to miss oauth_validator_libraries, a GUC marked GUC_LIST_QUOTE.
Attach a small patch.
Ugh, my bad. Thanks for the patch, will apply and backpatch down to v18.
--
Daniel Gustafsson