pgsql: Ooops, got only one of the two ArrayExpr variants correct in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ooops, got only one of the two ArrayExpr variants correct in
Date: 2007-03-17 01:15:55
Message-ID: 20070317011555.6AF559FB7C2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Ooops, got only one of the two ArrayExpr variants correct in first
cut at exprTypmod support. Also, experimentation shows that we need
to label the type of Const nodes that are numeric with a specific
typmod.

Modified Files:
--------------
pgsql/src/backend/parser:
parse_expr.c (r1.213 -> r1.214)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_expr.c.diff?r1=1.213&r2=1.214)
pgsql/src/backend/utils/adt:
ruleutils.c (r1.254 -> r1.255)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.254&r2=1.255)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-03-17 03:15:38 pgsql: SPI_cursor_open failed to enforce that only read-only queries
Previous Message Tom Lane 2007-03-17 00:11:05 pgsql: Fix up the remaining places where the expression node structure