1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Recent tightening of allowed array-literal syntax broke one test case

in contrib/ltree.  Fix.
This commit is contained in:
Tom Lane
2004-08-21 00:26:54 +00:00
parent 86d78021a4
commit 3bd726333c
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ SELECT ''::ltree || 'Top.Child1.Child2'::ltree;
Top.Child1.Child2
(1 row)
SELECT lca('{la.2.3,1.2.3.4.5.6,}') IS NULL;
SELECT lca('{la.2.3,1.2.3.4.5.6,""}') IS NULL;
?column?
----------
t