pgsql: Add code to eval_const_expressions() to support

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add code to eval_const_expressions() to support
Date: 2008-05-15 17:37:57
Message-ID: 20080515173757.4685A754C53@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add code to eval_const_expressions() to support const-simplification of
CoerceViaIO nodes. This improves the ability of the planner to deal with
cases where the node input is a constant. Per bug #4170.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/optimizer/util:
clauses.c (r1.254.2.1 -> r1.254.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/clauses.c?r1=1.254.2.1&r2=1.254.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-15 22:39:49 pgsql: Support SQL/PSM-compatible CASE statement in plpgsql.
Previous Message Tom Lane 2008-05-15 17:37:49 pgsql: Add code to eval_const_expressions() to support