pgsql: Fix silly mistake in expand_indexqual_rowcompare --- in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix silly mistake in expand_indexqual_rowcompare --- in
Date
Msg-id 20080207175353.4B4BE754108@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth()
into an iteration over three parallel lists, I had accidentally put the lnext
steps outside the loop.  Sigh.  Per bug #3938.

Modified Files:
--------------
    pgsql/src/backend/optimizer/path:
        indxpath.c (r1.226 -> r1.227)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/indxpath.c?r1=1.226&r2=1.227)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix CREATE TABLE ...
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Fix msvc install for cases where msgfmt (from gettext) is in a