pgsql: The sanity check added to array_recv() wa a bit too tight; we

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The sanity check added to array_recv() wa a bit too tight; we
Date: 2010-08-11 19:12:36
Message-ID: 20100811191236.723FB7541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The sanity check added to array_recv() wa a bit too tight; we must
continue to accept an empty array with dimension information. array_send()
can output such arrays.

Per report from Vladimir Shakhov.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
arrayfuncs.c (r1.164 -> r1.164.4.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c?r1=1.164&r2=1.164.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-08-11 21:48:51 pgsql: Properly lowercase identifiers, uppercase keywords, in doc
Previous Message Heikki Linnakangas 2010-08-11 19:12:27 pgsql: The sanity check added to array_recv() wa a bit too tight; we