Recent changes to allow hash join to exit early given empty input from

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

Commit: b79cb1eea1e33251683ffee217cbc8d6fb5e2f5f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-11-28T17:14:23Z
Releases: 8.2.0
Recent changes to allow hash join to exit early given empty input from
one child or the other had a problem: they did not leave the node in a
state that ExecReScanHashJoin would understand.  In particular it would
tend to fail to reset the child plans when needed.  Per report from
Mario Weilguni.

Files

PathChange+/−
src/backend/executor/nodeHashjoin.c modified +20 −30