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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Teach deparsing of CASE expressions to cope with the simplified
Дата
Msg-id 20051210192104.297679DD06C@postgresql.org
обсуждение исходный текст
Список 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.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        ruleutils.c (r1.209 -> r1.210)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.209&r2=1.210)

В списке pgsql-committers по дате отправления:

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql: 2005-12-10 Francisco Figueiredo Jr.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Teach deparsing of CASE expressions to cope with the simplified