]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Nov 2008 23:24:08 +0000 (23:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Nov 2008 23:24:08 +0000 (23:24 +0000)
commiteea4890c08200ef97e565ea7957ea58cab9a5f33
treed022857ffb3e014c897aab9b1765f289a93fe2a7
parent25a4f1afec301b8358cde28099b68bf43f18d5b4
Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.
Per buildfarm results.
contrib/dblink/dblink.c
contrib/tablefunc/tablefunc.c