]> granicus.if.org Git - postgresql/commit
Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and an
authorNeil Conway <neilc@samurai.com>
Thu, 31 Mar 2005 02:02:52 +0000 (02:02 +0000)
committerNeil Conway <neilc@samurai.com>
Thu, 31 Mar 2005 02:02:52 +0000 (02:02 +0000)
commitaeb502346b73153992f491f638d084b7b506dde6
tree4c25b70c84b1dc46ceb6b51628ac9dd3cc3b035d
parente1b398c6f57d4aec1f67f8fa137a46752ebbd813
Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and an
old comment in the code claimed that this was necessary. Since it is not
actually necessary any more, it is clearer to remove the comment and
just return NULL instead -- the return value of ExecHash() is not used.
src/backend/executor/nodeHash.c
src/backend/executor/nodeHashjoin.c