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)
commite09a552699292d7e5978c3d3549c78af02932060
tree5b64c71e3e8266114d418edb50acb87a8c99a8ca
parentf272734e4bc0b699834321769be15ee0c2a0d4e8
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