Commit 6b044cb8 authored by Andrew Dunstan's avatar Andrew Dunstan

Fix typo, noticed by Will Crawford.

parent 95ca2859
...@@ -87,7 +87,7 @@ static void array_to_json_internal(Datum array, StringInfo result, bool use_line ...@@ -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.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment