Re: Collation version tracking for macOS

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Joe Conway <mail(at)joeconway(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Jeremy Schneider <schneider(at)ardentperf(dot)com>, Peter Geoghegan <pg(at)bowt(dot)ie>, "Nasby, Jim" <nasbyj(at)amazon(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Collation version tracking for macOS
Date: 2023-01-19 08:11:20
Message-ID: f5e4eb630a37f55770131b29887c28ee5c4ee6a4.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached are a new set of patches, including a major enhancement: the
icu_multilib contrib module.

The pure refactoring patches have gone into this thread:

This patch series is dependent on those patches, and contains:

0001: Support multiple ICU libraries
0002: Add test

Attachment Content-Type Size
v7-0001-Support-multiple-ICU-collation-provider-libraries.patch text/x-patch 33.6 KB
v7-0002-Add-test-module-for-icu-collation-provider-hook.patch text/x-patch 17.8 KB
v7-0003-Add-initdb-option-no-import-collations.patch text/x-patch 3.5 KB
v7-0004-icu_multilib-contrib-extension-for-managing-ICU-l.patch text/x-patch 53.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Drouvot, Bertrand 2023-01-19 08:13:22 Re: Minimal logical decoding on standbys
Previous Message Drouvot, Bertrand 2023-01-19 08:10:59 Re: Helper functions for wait_for_catchup() in Cluster.pm