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 cae7fe9

Browse filesBrowse files
committed
fix IS NUMERIC output
1 parent 2e17e91 commit cae7fe9
Copy full SHA for cae7fe9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎jsquery_io.c

Copy file name to clipboardExpand all lines: jsquery_io.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ printJsQueryItem(StringInfo buf, JsQueryItem *v, bool inKey, bool printBracketes
244244
appendBinaryStringInfo(buf, "STRING", 6);
245245
break;
246246
case jbvNumeric:
247-
appendBinaryStringInfo(buf, "NUMBER", 6);
247+
appendBinaryStringInfo(buf, "NUMERIC", 7);
248248
break;
249249
case jbvBool:
250250
appendBinaryStringInfo(buf, "BOOLEAN", 7);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.