]> granicus.if.org Git - postgresql/commit
Fix bug I introduced in recent patch to make hash joins discard null tuples
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Feb 2007 22:49:27 +0000 (22:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Feb 2007 22:49:27 +0000 (22:49 +0000)
commit3c5985b473024f45005c8b4776d4d63ed2d39d82
tree197fdc84399f93e17cda2b7f56595285dcd61213
parenteab6b8b27eba54b8fd0ad3f64989d12200979c96
Fix bug I introduced in recent patch to make hash joins discard null tuples
immediately: ExecHashGetHashValue failed to restore the caller's memory
context before taking the failure exit.
src/backend/executor/nodeHash.c