Skip to content

Commit 2039422

Browse files
committed
Fix oversight in 7a05425
This patch was changed as a result of review but one line didn't get the message. Mea Culpa.
1 parent 1de58df commit 2039422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ltree/ltree_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ parse_lquery(const char *buf, struct Node *escontext)
496496
if (state == LQPRS_WAITDELIM)
497497
{
498498
if (!finish_nodeitem(lptr, ptr, true, pos, escontext))
499-
return false;
499+
return NULL;
500500
}
501501
else if (state == LQPRS_WAITOPEN)
502502
curqlevel->high = LTREE_MAX_LEVELS;

0 commit comments

Comments
 (0)