Fix typo, noticed by Will Crawford.

This commit is contained in:
Andrew Dunstan 2012-02-21 11:03:51 -05:00
parent 95ca2859f4
commit 6b044cb810

View File

@ -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.
*/