pgsql: Fix silly mistake in expand_indexqual_rowcompare --- in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix silly mistake in expand_indexqual_rowcompare --- in
Date: 2008-02-07 17:53:53
Message-ID: 20080207175353.4B4BE754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-02-07 17:58:16 pgsql: Fix msvc install for cases where msgfmt (from gettext) is in a
Previous Message Tom Lane 2008-02-07 17:09:52 pgsql: Fix CREATE TABLE ...