mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Fix typo, noticed by Will Crawford.
This commit is contained in:
@ -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 */
|
/* fake type category for JSON so we can distinguish it in datum_to_json */
|
||||||
#define TYPCATEGORY_JSON 'j'
|
#define TYPCATEGORY_JSON 'j'
|
||||||
/* letters appearing in numeric output that aren't valid in a JSON number */
|
/* letters appearing in numeric output that aren't valid in a JSON number */
|
||||||
#define NON_NUMERIC_LETTER "NnAnIiFfTtYy"
|
#define NON_NUMERIC_LETTER "NnAaIiFfTtYy"
|
||||||
/*
|
/*
|
||||||
* Input.
|
* Input.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user