]> 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:24:52 +0000 (00:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Mar 2005 00:24:52 +0000 (00:24 +0000)
commit4e89bae704f79af8b2b6ac3d43ea963c22df1947
tree21435cacd63b09cca62dbb710fd041081f534c06
parent5c4a91c2958638ce9ec5f08c28dcddb88f4c0bd9
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