pgsql: Improve predicate_refuted_by_simple_clause() to handle IS NULL

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve predicate_refuted_by_simple_clause() to handle IS NULL
Date: 2007-05-12 19:22:35
Message-ID: 20070512192235.9FF039FB326@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve predicate_refuted_by_simple_clause() to handle IS NULL and IS NOT NULL
more completely. The motivation for having it understand IS NULL at all was
to allow use of "foo IS NULL" as one of the subsets of a partitioning on
"foo", but as reported by Aleksander Kmetec, it wasn't really getting the job
done. Backpatch to 8.2 since this is arguably a performance bug.

Modified Files:
--------------
pgsql/src/backend/optimizer/util:
predtest.c (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/predtest.c.diff?r1=1.14&r2=1.15)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-05-12 19:22:43 pgsql: Improve predicate_refuted_by_simple_clause() to handle IS NULL
Previous Message User Pgunittest 2007-05-12 19:02:36 pgunittest - pgUnitTest: