]> 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:57:51 +0000 (04:57 +0000)
committerItagaki Takahiro <itagaki.takahiro@gmail.com>
Tue, 11 May 2010 04:57:51 +0000 (04:57 +0000)
commitba7b77133e086c424620f8675e78948c932f6df7
treebc1a045d0574586074b18a1065b9626c7776d943
parentdb01ccc05215f452903a602d1c7788575a7d61bf
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