pgsql: Fix dblink and tablefunc to not return with the wrong

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix dblink and tablefunc to not return with the wrong
Date: 2008-11-30 23:24:08
Message-ID: 20081130232408.2FF557545A5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-01 01:30:18 pgsql: Refactor crosstab() to build and return a tuplestore instead of
Previous Message Tom Lane 2008-11-30 23:24:01 pgsql: Fix dblink and tablefunc to not return with the wrong