Files
postgresql/src
Tom Lane 8439ee415f 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.
2014-02-13 14:24:49 -05:00
..
2013-12-02 00:08:10 -05:00
2014-02-01 16:30:18 -05:00
2012-04-23 22:43:09 -04:00