Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6b044cb

Browse files
committed
Fix typo, noticed by Will Crawford.
1 parent95ca285 commit6b044cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static void array_to_json_internal(Datum array, StringInfo result, bool use_line
8787
/* fake type category for JSON so we can distinguish it in datum_to_json */
8888
#defineTYPCATEGORY_JSON 'j'
8989
/* letters appearing in numeric output that aren't valid in a JSON number */
90-
#defineNON_NUMERIC_LETTER "NnAnIiFfTtYy"
90+
#defineNON_NUMERIC_LETTER "NnAaIiFfTtYy"
9191
/*
9292
* Input.
9393
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp