Add array_contains_nulls() function in arrayfuncs.c.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/arrayfuncs.c | modified | +44 −3 |
| src/include/utils/array.h | modified | +1 −0 |