Re: Collation version tracking for macOS
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Jeremy Schneider <schneider@ardentperf.com>, Peter Geoghegan
<pg@bowt.ie>, "Finnerty, Jim" <jfinnert@amazon.com>,
"Nasby, Jim" <nasbyj@amazon.com>, Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-11-01T10:33:29Z
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
On 22.10.22 03:22, Thomas Munro wrote: > Suppose your pgdata encounters a PostgreSQL linked against a later ICU > library, most likely after an OS upgrade or migratoin, a pg_upgrade, > or via streaming replication. You might get a new error "can't find > ICU collation 'en' with version '153.14'; HINT: install missing ICU > library version", and somehow you'll have to work out which one might > contain 'en' v153.14 and install it with apt-get etc. Then it'll > magically work: your postgres linked against (say) 71 will happily > work with the dlopen'd 67. This is enough if you want to stay on 67 > until the heat death of the universe. So far so good. What I'm wondering is where those ICU installations are going to come from. In order for this project to be viable, we would need to convince some combination of ICU maintainers, OS packagers, and PGDG packagers to provide and maintain five year's worth of ICU packages (yearly releases AFAICT). Is that something we are willing to get into? (Even to test this I need to figure out where to get another ICU installation from. I'll try how easy manual installations are.)