forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite32701b
committed
initdb: Set collversion for standard collation UNICODE
Since the behavior of the UNICODE collation can change with newICU/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 weput 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.org1 parentc8b881d commite32701b
2 files changed
+8
-1
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1695 | 1695 |
| |
1696 | 1696 |
| |
1697 | 1697 |
| |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
1698 | 1705 |
| |
1699 | 1706 |
| |
1700 | 1707 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
|
0 commit comments
Comments
(0)