Set per-function GUC settings during validating the function.
Itagaki Takahiro <itagaki.takahiro@gmail.com>
Set per-function GUC settings during validating the function. Now validators work properly even when the settings contain parameters that affect behavior of the function, like search_path. Reported by Erwin Brandstetter.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/pg_proc.c | modified | +21 −1 |