pgsql: Wrap ICU ucol_open().

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Wrap ICU ucol_open().
Date: 2023-03-23 16:39:33
Message-ID: E1pfNyO-0050dE-SM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Wrap ICU ucol_open().

Hide details of supporting older ICU versions in a wrapper
function. The current code only needs to handle
icu_set_collation_attributes(), but a subsequent commit will add
additional version-specific code.

Discussion: https://postgr.es/m/7ee414ad-deb5-1144-8a0e-b34ae3b71cd5@enterprisedb.com
Reviewed-by: Peter Eisentraut

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a326aac8f1719c37529ae090f66bac9e62c32346

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 70 ++++++++++++++++++++++++---------------
1 file changed, 43 insertions(+), 27 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2023-03-23 16:58:18 pgsql: Unify buffer sizes in pg_dump compression API
Previous Message Amit Kapila 2023-03-23 06:43:37 pgsql: Ignore generated columns during apply of update/delete.