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

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

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

Files

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