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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: c9ae257e232ab9256bdf867ab9da570c4ab6f10a
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2010-08-11T19:12:27Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/backend/utils/adt/arrayfuncs.c modified +13 −9