pgsql/src/backend/optimizer/path joinpath.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/optimizer/path joinpath.c
Date
Msg-id 200111111918.fABJItA91682@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: inoue@postgresql.org
Date:
Subject: pgsql/src/interfaces/odbc dlg_specific.c
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/src Makefile.shlib makefiles/Makefile.so ...