pgsql: Revert the logic for expanding AND/OR conditions in pred_test()

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert the logic for expanding AND/OR conditions in pred_test()
Date: 2005-03-01 00:26:00
Message-ID: 20050301002600.953B4564C7@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
indxpath.c (r1.167 -> r1.167.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/indxpath.c.diff?r1=1.167&r2=1.167.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-01 00:38:35 pgsql: And while we are on it, I would like to submit minor changes to
Previous Message Tom Lane 2005-03-01 00:25:20 pgsql: Revert the logic for expanding AND/OR conditions in pred_test()