diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-13 14:24:45 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-13 14:24:45 -0500 |
commit | ca1c171817c5518932ce549d138f028f5d4d9398 (patch) | |
tree | 4229cc72b4cf4012db966dea7e7e25a431f5153c /contrib/intarray/_int_gist.c | |
parent | 2d77f16c1d8d942e0391d331dc62f3435a995d20 (diff) | |
download | postgresql-ca1c171817c5518932ce549d138f028f5d4d9398.tar.gz postgresql-ca1c171817c5518932ce549d138f028f5d4d9398.zip |
Fix length checking for Unicode identifiers containing escapes (U&"...").
We used the length of the input string, not the de-escaped string, as
the trigger for NAMEDATALEN truncation. AFAICS this would only result
in sometimes printing a phony truncation warning; but it's just luck
that there was no worse problem, since we were violating the API spec
for truncate_identifier(). Per bug #9204 from Joshua Yanovski.
This has been wrong since the Unicode-identifier support was added,
so back-patch to all supported branches.
Diffstat (limited to 'contrib/intarray/_int_gist.c')
0 files changed, 0 insertions, 0 deletions