| From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
|---|---|
| To: | PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Geoghegan <pg(at)bowt(dot)ie>, Daniel Verite <daniel(at)manitou-mail(dot)org> |
| Subject: | Re: Crash report for some ICU-52 (debian8) COLLATE and work_mem values |
| Date: | 2017-08-10 00:45:53 |
| Message-ID: | b56e0c77-d4d6-82d8-caa2-0594bfa23c74@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers |
On 8/7/17 14:42, Peter Eisentraut wrote:
> On 8/7/17 13:51, Tom Lane wrote:
>> At this point I'm thinking that really what we ought to do is deprecate
>> using any pre-53 ICU release for Postgres. It is very clear that those
>> versions are an entirely different beast from 53-and-up, and that they
>> are now abandonware so far as ICU upstream is concerned.
>
> Maybe a note in the documentation to that effect would be useful.
>
> I don't think we should prevent the use of older ICU versions in the
> code. That would probably annoy people who are forced to develop or
> test their applications on older platforms.
I propose the attached patches for fixing the crash. This just disables
the use of the problematic function for versions before ICU 53.
(The 0001 patch is just something I found that was needed while
experimenting with different ICU versions. The 0002 patch is the real fix.)
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Fix-order-of-ICU_CFLAGS.patch | text/plain | 852 bytes |
| 0002-Reject-use-of-ucol_strcollUTF8-before-ICU-53.patch | text/plain | 4.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | mithscool74 | 2017-08-10 07:02:25 | BUG #14777: Postgres Installation not Successful. |
| Previous Message | Andres Freund | 2017-08-10 00:20:30 | Re: [BUGS] Replication to Postgres 10 on Windows is broken |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2017-08-10 00:48:14 | Re: Cache lookup errors with functions manipulation object addresses |
| Previous Message | Masahiko Sawada | 2017-08-10 00:22:37 | Logical replication message type 'Y' is missing in docs |