Re: Collation version tracking for macOS
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Thomas Munro <thomas.munro@gmail.com>, Joe Conway <mail@joeconway.com>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Jeremy Schneider <schneider@ardentperf.com>, Peter Geoghegan <pg@bowt.ie>, "Nasby, Jim" <nasbyj@amazon.com>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-01-19T08:11:20Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix copy&paste typo in comment
- 402388946fb3 17.0 cited
Attachments
- v7-0001-Support-multiple-ICU-collation-provider-libraries.patch (text/x-patch) patch v7-0001
- v7-0002-Add-test-module-for-icu-collation-provider-hook.patch (text/x-patch) patch v7-0002
- v7-0003-Add-initdb-option-no-import-collations.patch (text/x-patch) patch v7-0003
- v7-0004-icu_multilib-contrib-extension-for-managing-ICU-l.patch (text/x-patch) patch v7-0004
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