pgsql/src/backend/optimizer/path joinpath.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/optimizer/path joinpath.c
Date: 2001-11-11 19:18:55
Message-ID: 200111111918.fABJItA91682@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/11/11 14:18:54

Modified files:
src/backend/optimizer/path: joinpath.c

Log message:
sort_inner_and_outer needs a check to ensure that it's consumed all the
mergeclauses in RIGHT/FULL join cases, just like the other routines have.
I'm not quite sure why I thought it didn't need one --- but Nick
Fankhauser's recent bug report proves that it does.

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-11-11 19:20:54 pgsql/src Makefile.shlib makefiles/Makefile.so ...
Previous Message Tom Lane 2001-11-11 16:57:07 Re: [COMMITTERS] pgsql/src/backend/postmaster postmaster.c