]> granicus.if.org Git - postgresql/commit
If we're going to advertise the array overlap/containment operators,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Sep 2006 20:14:20 +0000 (20:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Sep 2006 20:14:20 +0000 (20:14 +0000)
commitf5b4d9a9e08199e6bcdb050ef42ea7ec0f7525ca
tree4d161947e80cc2c1f55b08a7093744bfaa1d229b
parent69b7c99265a495365a49d89692fafe12d2a69d13
If we're going to advertise the array overlap/containment operators,
we probably should make them work reliably for all arrays.  Fix code
to handle NULLs and multidimensional arrays, move it into arrayfuncs.c.
GIN is still restricted to indexing arrays with no null elements, however.
src/backend/access/gin/ginarrayproc.c
src/backend/utils/adt/arrayfuncs.c
src/include/access/gin.h
src/include/utils/array.h