-
- Downloads
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.
Showing
- contrib/cube/cube.c 3 additions, 3 deletionscontrib/cube/cube.c
- contrib/ltree/_ltree_gist.c 2 additions, 2 deletionscontrib/ltree/_ltree_gist.c
- contrib/ltree/_ltree_op.c 3 additions, 3 deletionscontrib/ltree/_ltree_op.c
- contrib/ltree/lquery_op.c 1 addition, 1 deletioncontrib/ltree/lquery_op.c
- contrib/ltree/ltree_gist.c 1 addition, 1 deletioncontrib/ltree/ltree_gist.c
- src/backend/utils/adt/arrayfuncs.c 2 additions, 2 deletionssrc/backend/utils/adt/arrayfuncs.c
- src/backend/utils/adt/arrayutils.c 1 addition, 1 deletionsrc/backend/utils/adt/arrayutils.c
- src/backend/utils/adt/tsrank.c 1 addition, 1 deletionsrc/backend/utils/adt/tsrank.c
Loading
Please register or sign in to comment