]> granicus.if.org Git - postgresql/commit
Set per-function GUC settings during validating the function.
authorItagaki Takahiro <itagaki.takahiro@gmail.com>
Tue, 11 May 2010 04:56:37 +0000 (04:56 +0000)
committerItagaki Takahiro <itagaki.takahiro@gmail.com>
Tue, 11 May 2010 04:56:37 +0000 (04:56 +0000)
commit871a6086b1919512824f96c2278ed70de546dfc3
treecf0e597ccedd98175ae80979bbd3999c99ab60d4
parente0ed3d2aa56b52f8ee7e74392a4096eb10d5b4b9
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.
src/backend/catalog/pg_proc.c