]> granicus.if.org Git - postgresql/commit
The sanity check added to array_recv() wa a bit too tight; we must
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 11 Aug 2010 19:12:36 +0000 (19:12 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 11 Aug 2010 19:12:36 +0000 (19:12 +0000)
commite286b85c90d2197b9eaa2dc6d0b2b67795ba7ab9
treeb41520089db16aa1ebcc827364860db09e80a990
parent101096013e47fcfd75be42142ebeeb69c035d8af
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.
src/backend/utils/adt/arrayfuncs.c