pgsql: Improve behavior of WITH RECURSIVE with an untyped literal in the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Improve behavior of WITH RECURSIVE with an untyped literal in the
Date
Msg-id 20081005225055.719AA7545A4@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix markTargetListOrigin() to not fail on a simple-Var reference
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak the overflow checks in integer division functions to