We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8167b commit 34922aaCopy full SHA for 34922aa
src/hooks.c
@@ -573,6 +573,8 @@ pathman_post_parse_analysis_hook(ParseState *pstate, Query *query)
573
save_sec_context | SECURITY_LOCAL_USERID_CHANGE);
574
}
575
576
+ /* TODO: add a test for this case (non-privileged user etc) */
577
+
578
/* Only SU can read this GUC */
579
#if PG_VERSION_NUM >= 90600
580
spl_value = GetConfigOptionByName("shared_preload_libraries", NULL, false);
0 commit comments