pgsql: Give an explicit error for serial[], rather than silently - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Give an explicit error for serial[], rather than silently
Date
Msg-id 20080321221056.3BCD07558DC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Give an explicit error for serial[], rather than silently ignoring
the array decoration as the code had been doing.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_utilcmd.c (r2.9 -> r2.10)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_utilcmd.c?r1=2.9&r2=2.10)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Report the current queries of all backends involved in a deadlock
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove TypeName struct's timezone flag, which has been write-only