OSDN Git Service

Set per-function GUC settings during validating the function.
authorItagaki Takahiro <itagaki.takahiro@gmail.com>
Tue, 11 May 2010 04:52:28 +0000 (04:52 +0000)
committerItagaki Takahiro <itagaki.takahiro@gmail.com>
Tue, 11 May 2010 04:52:28 +0000 (04:52 +0000)
commit5d6d037822ccfae697f0a530e37a70ae1cd7e420
tree30e7e61e7faa379eaa2133bc866e9a8a0b265f30
parented83f6e38209016ae75832ae8997f190ea4a0c8e
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