pgsql: Give an explicit error for serial[], rather than silently

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Give an explicit error for serial[], rather than silently
Date: 2008-03-21 22:10:56
Message-ID: 20080321221056.3BCD07558DC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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)