]> granicus.if.org Git - postgresql/commit
Fix overly enthusiastic Assert introduced in 8.1: it's expecting a
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Oct 2006 17:23:38 +0000 (17:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Oct 2006 17:23:38 +0000 (17:23 +0000)
commit514ce7a331c5bea8e55b106d624e55732a002295
tree38bd036ced9bdb9fbbdad9cbee9e5c5851187805
parent87cd901cba20b2e4982b7ad18853476f8fc4cc37
Fix overly enthusiastic Assert introduced in 8.1: it's expecting a
CaseTestExpr, but forgot that the optimizer is sometimes able to replace
CaseTestExpr by Const.
src/backend/utils/adt/ruleutils.c