]> 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:27 +0000 (19:12 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 11 Aug 2010 19:12:27 +0000 (19:12 +0000)
commitc9ae257e232ab9256bdf867ab9da570c4ab6f10a
treecd507283e13ab03397114b2369f5070b263b0c7a
parent741396936ed79bb8ce9d6feeb3015e1129de8239
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