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 20081130232352.928067545A4@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.

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)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Remove inappropriate memory context switch in
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix dblink and tablefunc to not return with the wrong