Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f851c9

Browse filesBrowse files
committed
fix copare jsquery: several nodes was missed
1 parent bf8884a commit 2f851c9
Copy full SHA for 2f851c9

File tree

1 file changed

+5
-1
lines changed
Filter options

1 file changed

+5
-1
lines changed

‎jsquery_constr.c

Copy file name to clipboardExpand all lines: jsquery_constr.c
+5-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.