Skip to content
Snippets Groups Projects
Commit 6b044cb8 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Fix typo, noticed by Will Crawford.

parent 95ca2859
Branches
Tags
No related merge requests found
...@@ -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.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment