Re: Rework of collation code, extensibility
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Jeff Davis <pgsql@j-davis.com>, Peter Geoghegan <pg@bowt.ie>
Cc: pgsql-hackers@postgresql.org
Date: 2023-02-22T19:49:15Z
Lists: pgsql-hackers
On 14.02.23 00:45, Jeff Davis wrote: > Now the patches are: > > 0001: pg_strcoll/pg_strxfrm > 0002: pg_locale_deterministic() > 0003: cleanup a USE_ICU special case > 0004: GUCs (only for testing, not for commit) I haven't read the whole thing again, but this arrangement looks good to me. I don't have an opinion on whether 0004 is actually useful.
Commits
-
Remove unnecessary #ifdef USE_ICU and branch.
- e0b3074e8944 16.0 landed
-
Refactor to introduce pg_locale_deterministic().
- 6974a8f7682b 16.0 landed
-
Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
- d87d548cd030 16.0 landed
-
Fix MSVC build
- c971a5b27ac9 16.0 cited