| From: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
|---|---|
| To: | Jeff Davis <pgsql(at)j-davis(dot)com>, Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, Joe Conway <mail(at)joeconway(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Daniel Verite <daniel(at)manitou-mail(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Order changes in PG16 since ICU introduction |
| Date: | 2023-06-16 14:50:34 |
| Message-ID: | 1a63084d-221e-4075-619e-6b3e590f673e@enterprisedb.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 14.06.23 23:24, Jeff Davis wrote:
> On Mon, 2023-06-12 at 23:04 +0200, Peter Eisentraut wrote:
>>> Patch 0003:
>>>
>>> Makes LOCALE apply to all providers. The overall feel after this
>>> patch
>>> is that "locale" now means the collation locale, and
>>> LC_COLLATE/LC_CTYPE are for the server environment. When using
>>> libc,
>>> LC_COLLATE and LC_CTYPE still work as they did before, but their
>>> relationship to database collation feels more like a special case
>>> of
>>> the libc provider. I believe most people favor this patch and I
>>> haven't
>>> seen recent objections.
>>
>> This seems reasonable.
>
> Attached a clean patch for this.
>
> It seems to have widespread agreement so I plan to commit to v16 soon.
>
> To clarify, this affects both initdb and CREATE DATABASE.
This looks good to me.
Attached is small fixup patch with some documentation tweaks and
simplifying some test code (also includes pgperltidy).
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-fixup-CREATE-DATABASE-make-LOCALE-apply-to-all-colla.patch | text/plain | 4.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jelte Fennema | 2023-06-16 15:27:52 | Re: Deleting prepared statements from libpq. |
| Previous Message | Aleksander Alekseev | 2023-06-16 14:44:37 | Re: Pluggable toaster |