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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve behavior of WITH RECURSIVE with an untyped literal in the
Date: 2008-10-05 22:50:55
Message-ID: 20081005225055.719AA7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-05 23:18:37 pgsql: Tweak the overflow checks in integer division functions to
Previous Message Tom Lane 2008-10-05 22:20:17 pgsql: Fix markTargetListOrigin() to not fail on a simple-Var reference