]> granicus.if.org Git - postgresql/commit
Add array_contains_nulls() function in arrayfuncs.c.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Jan 2011 01:24:08 +0000 (20:24 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Jan 2011 01:26:14 +0000 (20:26 -0500)
commitadf328c0e1bfde90b944d53f7197fc436bc0c707
tree49b7c22708ff743dd85af5aa0ca82338f1f2b390
parent4d1b76e49eb848b046ddb1beb0f4589816ec8261
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.
src/backend/utils/adt/arrayfuncs.c
src/include/utils/array.h