pgsql: Fix bug I introduced in recent patch to make hash joins discard - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix bug I introduced in recent patch to make hash joins discard
Date
Msg-id 20070222224927.B3FB59FC130@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/executor:
        nodeHash.c (r1.110 -> r1.111)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeHash.c.diff?r1=1.110&r2=1.111)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Turn the rangetable used by the executor into a flat list, and
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change Agg and Group nodes so that Vars contained in their