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:23:52
Message-ID: 20081130232352.928067545A4@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.

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.75 -> r1.76)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.75&r2=1.76)
pgsql/contrib/tablefunc:
tablefunc.c (r1.55 -> r1.56)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.c?r1=1.55&r2=1.56)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-30 23:24:01 pgsql: Fix dblink and tablefunc to not return with the wrong
Previous Message Tom Lane 2008-11-30 23:07:09 Re: pgsql: Remove inappropriate memory context switch in