summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2013-12-27 17:21:04 -0500
committerAndrew Dunstan <andrew@dunslane.net>2013-12-27 17:21:04 -0500
commit7dfd9f6f54de39b6d2d2ce52a2faf7c00310bc9d (patch)
tree27da1fe87cbd3eff844ee0a95f8b9440fb57afa7 /src/backend/access/transam/xlog.c
parent28b60aa231c1f5ba89495da4f84564ebd9faeeb4 (diff)
Properly detect invalid JSON numbers when generating JSON.
Instead of looking for characters that aren't valid in JSON numbers, we simply pass the output string through the JSON number parser, and if it fails the string is quoted. This means among other things that money and domains over money will be quoted correctly and generate valid JSON. Fixes bug #8676 reported by Anderson Cristian da Silva. Backpatched to 9.2 where JSON generation was introduced.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions