Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 25c00833cb694bea1c4fb3caeccbc9a1fb72d6f8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-11-19T02:08:45Z
Releases: 8.2.0
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.

Files

PathChange+/−
contrib/ltree/lquery_op.c modified +4 −0
contrib/ltree/_ltree_gist.c modified +8 −0
contrib/ltree/ltree_gist.c modified +4 −0
contrib/ltree/_ltree_op.c modified +17 −0