mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix typo, noticed by Will Crawford.
This commit is contained in:
parent
95ca2859f4
commit
6b044cb810
@ -87,7 +87,7 @@ static void array_to_json_internal(Datum array, StringInfo result, bool use_line
|
||||
/* fake type category for JSON so we can distinguish it in datum_to_json */
|
||||
#define TYPCATEGORY_JSON 'j'
|
||||
/* letters appearing in numeric output that aren't valid in a JSON number */
|
||||
#define NON_NUMERIC_LETTER "NnAnIiFfTtYy"
|
||||
#define NON_NUMERIC_LETTER "NnAaIiFfTtYy"
|
||||
/*
|
||||
* Input.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user