We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8884a commit 2f851c9Copy full SHA for 2f851c9
jsquery_constr.c
@@ -125,10 +125,14 @@ copyJsQuery(StringInfo buf, JsQueryItem *jsq)
125
}
126
break;
127
case jqiNull:
128
- case jqiAny:
129
case jqiCurrent:
+ case jqiLength:
130
+ case jqiAny:
131
case jqiAnyArray:
132
case jqiAnyKey:
133
+ case jqiAll:
134
+ case jqiAllArray:
135
+ case jqiAllKey:
136
137
default:
138
elog(ERROR, "Unknown type: %d", jsq->type);
0 commit comments