Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |