postgresql/contrib/cube
Tom Lane 304845075c Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.
This applies the fix for bug #5784 to remaining places where we wish
to reject nulls in user-supplied arrays.  In all these places, there's
no reason not to allow a null bitmap to be present, so long as none of
the current elements are actually null.

I did not change some other places where we are looking at system catalog
entries or aggregate transition values, as the presence of a null bitmap
in such an array would be suspicious.
2011-01-09 13:09:07 -05:00
..
data Gene Selkov's CUBE datatype (GiST example code) 2000-12-11 20:39:15 +00:00
expected Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
sql Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:40 -04:00
CHANGES Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
cube.c Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. 2011-01-09 13:09:07 -05:00
cube.sql.in Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
cubedata.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
cubeparse.y Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
cubescan.l Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
uninstall_cube.sql Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00