]> granicus.if.org Git - postgresql/commitdiff
Fix typo, noticed by Will Crawford.
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 21 Feb 2012 16:03:51 +0000 (11:03 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 21 Feb 2012 16:03:51 +0000 (11:03 -0500)
src/backend/utils/adt/json.c

index feda0e00357407a7cdd7ac7a8239771c3d868955..d7db4cf0cf93534d5173d5c338cf67063258d674 100644 (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.
  */