Skip to content

Commit 2f851c9

Browse files
committed
fix copare jsquery: several nodes was missed
1 parent bf8884a commit 2f851c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

jsquery_constr.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,14 @@ copyJsQuery(StringInfo buf, JsQueryItem *jsq)
125125
}
126126
break;
127127
case jqiNull:
128-
case jqiAny:
129128
case jqiCurrent:
129+
case jqiLength:
130+
case jqiAny:
130131
case jqiAnyArray:
131132
case jqiAnyKey:
133+
case jqiAll:
134+
case jqiAllArray:
135+
case jqiAllKey:
132136
break;
133137
default:
134138
elog(ERROR, "Unknown type: %d", jsq->type);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy