Add array_contains_nulls() function in arrayfuncs.c.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: adf328c0e1bfde90b944d53f7197fc436bc0c707
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-01-09T01:26:14Z
Releases: 9.1.0
Add array_contains_nulls() function in arrayfuncs.c.

This will support fixing contrib/intarray (and probably other places)
so that they don't have to fail on arrays that contain a null bitmap
but no live null entries.

Files

PathChange+/−
src/backend/utils/adt/arrayfuncs.c modified +44 −3
src/include/utils/array.h modified +1 −0