pgsql: Fix dblink and tablefunc to not return with the wrong - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix dblink and tablefunc to not return with the wrong
Date
Msg-id 20081130232401.A91697545A5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.
Per buildfarm results.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.69 -> r1.69.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.69&r2=1.69.2.1)
    pgsql/contrib/tablefunc:
        tablefunc.c (r1.51 -> r1.51.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.c?r1=1.51&r2=1.51.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix dblink and tablefunc to not return with the wrong
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix dblink and tablefunc to not return with the wrong