mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix oversight in 7a05425d96
This patch was changed as a result of review but one line didn't get the message. Mea Culpa.
This commit is contained in:
parent
1de58df4fe
commit
203942243c
@ -496,7 +496,7 @@ parse_lquery(const char *buf, struct Node *escontext)
|
|||||||
if (state == LQPRS_WAITDELIM)
|
if (state == LQPRS_WAITDELIM)
|
||||||
{
|
{
|
||||||
if (!finish_nodeitem(lptr, ptr, true, pos, escontext))
|
if (!finish_nodeitem(lptr, ptr, true, pos, escontext))
|
||||||
return false;
|
return NULL;
|
||||||
}
|
}
|
||||||
else if (state == LQPRS_WAITOPEN)
|
else if (state == LQPRS_WAITOPEN)
|
||||||
curqlevel->high = LTREE_MAX_LEVELS;
|
curqlevel->high = LTREE_MAX_LEVELS;
|
||||||
|
Loading…
Reference in New Issue
Block a user