OSDN Git Service

Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth()
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Feb 2008 17:53:53 +0000 (17:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Feb 2008 17:53:53 +0000 (17:53 +0000)
commit09bb6f6ed0265f236e457718625a1730ab5f8ff3
tree026112ac0c40b43a007e807ec9dd44b25a2d7275
parentb7fe5f70d32fcc56c425d5d35fa1f7c27c99ab37
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.
src/backend/optimizer/path/indxpath.c