]> granicus.if.org Git - postgresql/commit
Revert the logic for expanding AND/OR conditions in pred_test() to what
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Mar 2005 00:25:45 +0000 (00:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Mar 2005 00:25:45 +0000 (00:25 +0000)
commit3da9fd85449d0fd353d81818671c82eac115e59a
tree195c1cb724caf9806da817a4f19ede11c3991f4d
parentba6b067ce85ccaee2e854c02998cfeaf478f9d51
Revert the logic for expanding AND/OR conditions in pred_test() to what
it was in 7.4, and add some comments explaining why it has to be this way.
I broke it for OR'd index predicates in a fit of code cleanup last summer.
Per example from Sergey Koshcheyev.
src/backend/optimizer/path/indxpath.c