projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ca285
)
Fix typo, noticed by Will Crawford.
author
Andrew Dunstan
Tue, 21 Feb 2012 16:03:51 +0000
(11:03 -0500)
committer
Andrew Dunstan
Tue, 21 Feb 2012 16:03:51 +0000
(11:03 -0500)
src/backend/utils/adt/json.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/json.c
b/src/backend/utils/adt/json.c
index feda0e00357407a7cdd7ac7a8239771c3d868955..d7db4cf0cf93534d5173d5c338cf67063258d674 100644
(file)
--- a/
src/backend/utils/adt/json.c
+++ b/
src/backend/utils/adt/json.c
@@
-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 "NnA
n
IiFfTtYy"
+#define NON_NUMERIC_LETTER "NnA
a
IiFfTtYy"
/*
* Input.
*/