Collation version tracking for macOS
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-02-14T09:00:27Z
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
- 0001-Collation-version-tracking-for-macOS.patch (text/plain) patch 0001
During development, I have been using the attached patch to simulate libc collation versions on macOS. It just uses the internal major OS version number. I don't know to what the extend the libc locales on macOS are maintained or updated at all, so I don't know what practical effect this would have. Again, it's mainly for development. If there is interest from others, I think we could add this, maybe disabled by default, or we just keep it in the mailing list archives for interested parties.