[COMMITTERS] pgsql: Add code to eval_const_expressions() to support

2008-05-15 Thread Tom Lane
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/sr

[COMMITTERS] pgsql: Add code to eval_const_expressions() to support

2008-05-15 Thread Tom Lane
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. Modified Files: -- pgsql/src/backend/optimizer/util: