pgsql: Improve behavior of WITH RECURSIVE with an untyped literal in the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Improve behavior of WITH RECURSIVE with an untyped literal in the
Дата
Msg-id 20081005225055.719AA7545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Improve behavior of WITH RECURSIVE with an untyped literal in the
non-recursive term.  Per an example from Dickson S. Guedes.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_cte.c (r2.1 -> r2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_cte.c?r1=2.1&r2=2.2)
    pgsql/src/test/regress/expected:
        with.out (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/with.out?r1=1.2&r2=1.3)
    pgsql/src/test/regress/sql:
        with.sql (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/with.sql?r1=1.2&r2=1.3)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix markTargetListOrigin() to not fail on a simple-Var reference
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Tweak the overflow checks in integer division functions to