Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c0118c11a82b989d53bb66f113f10a666256e5da
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-11-30T23:24:01Z
Releases: 8.3.6
Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.
Per buildfarm results.

Files

PathChange+/−
contrib/dblink/dblink.c modified +29 −16
contrib/tablefunc/tablefunc.c modified +8 −11