summaryrefslogtreecommitdiff
path: root/contrib/bool_plperl
diff options
context:
space:
mode:
authorTom Lane2020-03-06 19:17:43 +0000
committerTom Lane2020-03-06 19:17:43 +0000
commita6525588b7c21fd8539e9a43ec9c5c245ed1cc91 (patch)
tree7412dc346309839f3bb0292ec2648d84300af5b6 /contrib/bool_plperl
parentfe30e7ebfa3846416f1adeb7cf611006513a4ee0 (diff)
Allow Unicode escapes in any server encoding, not only UTF-8.
SQL includes provisions for numeric Unicode escapes in string literals and identifiers. Previously we only accepted those if they represented ASCII characters or the server encoding was UTF-8, making the conversion to internal form trivial. This patch adjusts things so that we'll call the appropriate encoding conversion function in less-trivial cases, allowing the escape sequence to be accepted so long as it corresponds to some character available in the server encoding. This also applies to processing of Unicode escapes in JSONB. However, the old restriction still applies to client-side JSON processing, since that hasn't got access to the server's encoding conversion infrastructure. This patch includes some lexer infrastructure that simplifies throwing errors with error cursors pointing into the middle of a string (or other complex token). For the moment I only used it for errors relating to Unicode escapes, but we might later expand the usage to some other cases. Patch by me, reviewed by John Naylor. Discussion: https://postgr.es/m/2393.1578958316@sss.pgh.pa.us
Diffstat (limited to 'contrib/bool_plperl')
0 files changed, 0 insertions, 0 deletions