pgsql: Fix overly enthusiastic Assert introduced in 8.1: it's expecting

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix overly enthusiastic Assert introduced in 8.1: it's expecting
Date: 2006-10-01 17:23:38
Message-ID: 20061001172338.C788D9FB29F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Modified Files:
--------------
pgsql/src/backend/utils/adt:
ruleutils.c (r1.232 -> r1.233)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.232&r2=1.233)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-10-01 17:23:51 pgsql: Fix overly enthusiastic Assert introduced in 8.1: it's expecting
Previous Message User Knt 2006-10-01 09:42:56 plscheme - plscheme: God bless us from typos.