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

From [email protected] (Tom Lane)
Subject pgsql: Fix dblink and tablefunc to not return with the wrong
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.
Per buildfarm results.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.60.2.2 -> r1.60.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.60.2.2&r2=1.60.2.3)
    pgsql/contrib/tablefunc:
        tablefunc.c (r1.45.2.1 -> r1.45.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.c?r1=1.45.2.1&r2=1.45.2.2)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix dblink and tablefunc to not return with the wrong
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Refactor crosstab() to build and return a tuplestore instead of