mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03: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:
@ -496,7 +496,7 @@ parse_lquery(const char *buf, struct Node *escontext)
|
||||
if (state == LQPRS_WAITDELIM)
|
||||
{
|
||||
if (!finish_nodeitem(lptr, ptr, true, pos, escontext))
|
||||
return false;
|
||||
return NULL;
|
||||
}
|
||||
else if (state == LQPRS_WAITOPEN)
|
||||
curqlevel->high = LTREE_MAX_LEVELS;
|
||||
|
Reference in New Issue
Block a user