pgsql: Recent changes to allow hash join to exit early given empty input - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Recent changes to allow hash join to exit early given empty input
Date
Msg-id 20051128171423.B19549DCB6F@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/executor:
        nodeHashjoin.c (r1.77 -> r1.78)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeHashjoin.c.diff?r1=1.77&r2=1.78)

pgsql-committers by date:

Previous
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: report changed files for forced run
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Recent changes to allow hash join to exit early given empty input