]> granicus.if.org Git - postgresql/commit
Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Nov 2005 02:08:45 +0000 (02:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Nov 2005 02:08:45 +0000 (02:08 +0000)
commit25c00833cb694bea1c4fb3caeccbc9a1fb72d6f8
tree2c52ed67f3b7826c35e39c0b6ffd34553452a9b1
parent1e9a1a70adc1f36d9ba8cd67ce974f777df7aafb
Add defenses against nulls-in-arrays to contrib/ltree.  Possibly it'd
be useful to actually do something with nulls, rather than reject them,
but I'll just close the hole for now.
contrib/ltree/_ltree_gist.c
contrib/ltree/_ltree_op.c
contrib/ltree/lquery_op.c
contrib/ltree/ltree_gist.c