diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-08-09 20:34:51 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-08-10 22:14:00 -0400 |
commit | d6391b03b3025372620925e5746e65c288a1e371 (patch) | |
tree | ee2b9a7402b148127194b70c6b6c4766e7c17bd7 /src/backend/access/transam/commit_ts.c | |
parent | b83e54564ad0733f5382b20c04695ee9fb4cf451 (diff) | |
download | postgresql-d6391b03b3025372620925e5746e65c288a1e371.tar.gz postgresql-d6391b03b3025372620925e5746e65c288a1e371.zip |
Reject use of ucol_strcollUTF8() before ICU 53
Various bugs can cause crashes, so don't use that function before ICU
53. It will fall back to the code path used for other encodings.
Since we now tie the function availability to an ICU version, we don't
need the configure test anymore. That also resolves the issue that the
test result was previously hardcoded for Windows.
researched by Daniel Verite <daniel@manitou-mail.org>, Peter Geoghegan
<pg@bowt.ie>, Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/f1438ec6-22aa-4029-9a3b-26f79d330e72%40manitou-mail.org
Diffstat (limited to 'src/backend/access/transam/commit_ts.c')
0 files changed, 0 insertions, 0 deletions