pgsql-server: Hashed LEFT JOIN would miss outer tuples with no inner

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Hashed LEFT JOIN would miss outer tuples with no inner
Date: 2004-09-17 18:29:25
Message-ID: 20040917182925.A09AF329E53@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Hashed LEFT JOIN would miss outer tuples with no inner match if the join
was large enough to be batched and the tuples fell into a batch where
there were no inner tuples at all. Thanks to Xiaoyu Wang for finding a
test case that exposed this long-standing bug.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
pgsql-server/src/backend/executor:
nodeHashjoin.c (r1.41 -> r1.41.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/executor/nodeHashjoin.c.diff?r1=1.41&r2=1.41.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-09-17 18:29:40 pgsql-server: Hashed LEFT JOIN would miss outer tuples with no inner
Previous Message Tom Lane 2004-09-17 18:29:11 pgsql-server: Hashed LEFT JOIN would miss outer tuples with no inner