aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-02-13 14:24:52 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-02-13 14:24:52 -0500
commit170590261c02fd50f714f960cefd43d86dad067a (patch)
treec1b817c5e4f7d9e26bb9241c6a4bf527a0282ff4 /src/backend/access/gist/gist.c
parent0d4a2f8d4c502aa5fdcca9a0d3ad9e884c7bf814 (diff)
downloadpostgresql-170590261c02fd50f714f960cefd43d86dad067a.tar.gz
postgresql-170590261c02fd50f714f960cefd43d86dad067a.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 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions