Skip to content

Commit 6b044cb

Browse files
committed
Fix typo, noticed by Will Crawford.
1 parent 95ca285 commit 6b044cb

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
#define TYPCATEGORY_JSON 'j'
8989
/* letters appearing in numeric output that aren't valid in a JSON number */
90-
#define NON_NUMERIC_LETTER "NnAnIiFfTtYy"
90+
#define NON_NUMERIC_LETTER "NnAaIiFfTtYy"
9191
/*
9292
* Input.
9393
*/

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