pgsql: Teach deparsing of CASE expressions to cope with the simplified

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach deparsing of CASE expressions to cope with the simplified
Date: 2005-12-10 19:21:18
Message-ID: 20051210192118.051019DD646@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Teach deparsing of CASE expressions to cope with the simplified forms
that simplify_boolean_equality() may leave behind. This is only relevant
if the user writes something a bit silly, like CASE x=y WHEN TRUE THEN.
Per example from Michael Fuhr; may or may not explain bug #2106.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
ruleutils.c (r1.207.2.1 -> r1.207.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.207.2.1&r2=1.207.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2005-12-10 20:00:06 pginstaller - pginst: Fix a couple of version numbers per Harald Armin
Previous Message Tom Lane 2005-12-10 19:21:04 pgsql: Teach deparsing of CASE expressions to cope with the simplified