pgsql: Fix breakage in hashjoin from recent backpatch of left-join bug

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix breakage in hashjoin from recent backpatch of left-join bug
Date: 2004-10-13 21:56:07
Message-ID: 20041013215607.D3BD1329F34@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Fix breakage in hashjoin from recent backpatch of left-join bug fix.
(That's what I get for not testing the back branches *before* committing.)

Tags:
----
REL7_3_STABLE

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-10-13 21:56:15 pgsql: Fix breakage in hashjoin from recent backpatch of left-join bug
Previous Message User Mha 2004-10-13 19:44:06 pginstaller - pginst: Add checkbox to enable non-localhost connections

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-10-13 22:28:48 Re: implementing another hash join...
Previous Message Martha Chronopoulou 2004-10-13 21:48:06 implementing another hash join...