mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
304845075c
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. |
||
---|---|---|
.. | ||
data | ||
expected | ||
sql | ||
_ltree_gist.c | ||
_ltree_op.c | ||
.gitignore | ||
crc32.c | ||
crc32.h | ||
lquery_op.c | ||
ltree_gist.c | ||
ltree_io.c | ||
ltree_op.c | ||
ltree.h | ||
ltree.sql.in | ||
ltreetest.sql | ||
ltxtquery_io.c | ||
ltxtquery_op.c | ||
Makefile | ||
uninstall_ltree.sql |