[COMMITTERS] pgsql: Set per-function GUC settings during validating the function.

2010-05-10 Thread Takahiro Itagaki
Log Message: --- 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. Tags: REL8_3_STABLE Modified Files: -

[COMMITTERS] pgsql: Set per-function GUC settings during validating the function.

2010-05-10 Thread Takahiro Itagaki
Log Message: --- 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. Tags: REL8_4_STABLE Modified Files: -

[COMMITTERS] pgsql: Set per-function GUC settings during validating the function.

2010-05-10 Thread Takahiro Itagaki
Log Message: --- 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. Modified Files: -- pgsql/src/backen