pgsql: Set per-function GUC settings during validating the function. - Mailing list pgsql-committers

From itagaki@postgresql.org (Takahiro Itagaki)
Subject pgsql: Set per-function GUC settings during validating the function.
Date
Msg-id 20100511045751.6A8FF7541D2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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:
--------------
    pgsql/src/backend/catalog:
        pg_proc.c (r1.148.2.1 -> r1.148.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_proc.c?r1=1.148.2.1&r2=1.148.2.2)

pgsql-committers by date:

Previous
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Set per-function GUC settings during validating the function.
Next
From: hlinnaka@pgfoundry.org (User Hlinnaka)
Date:
Subject: orafce - orafce: Rewrite defragmentation() function in a more readable