initdb: Set collversion for standard collation UNICODE
Peter Eisentraut <peter@eisentraut.org>
initdb: Set collversion for standard collation UNICODE Since the behavior of the UNICODE collation can change with new ICU/Unicode versions, we need to apply the versioning mechanism to it. We do this with an UPDATE command in initdb; this is similar to how we put the collation version into pg_database already. Reported-by: Daniel Verite <daniel@manitou-mail.org> Discussion: https://www.postgresql.org/message-id/49417853-7bdd-4b23-a4e9-04c7aff33821@manitou-mail.org
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/initdb/initdb.c | modified | +7 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
Discussion
- Add standard collation UNICODE 20 messages · 2023-03-01 → 2023-05-12