pgsql: Wrap ICU ucol_open(). - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Wrap ICU ucol_open().
Date
Msg-id E1pfNyO-0050dE-SM@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Ignore generated columns during apply of update/delete.
Next
From: Tomas Vondra
Date:
Subject: pgsql: Improve type handling in pg_dump's compress file API