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:01
Message-ID: 20081130232401.A91697545A5@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_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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-30 23:24:08 pgsql: Fix dblink and tablefunc to not return with the wrong
Previous Message Tom Lane 2008-11-30 23:23:52 pgsql: Fix dblink and tablefunc to not return with the wrong