File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
New in 8.4 version:
4
4
5
- *
5
+ * Reformatted glibc collation warning after pg_upgrade.
6
6
7
7
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8
8
Original file line number Diff line number Diff line change @@ -123,12 +123,12 @@ Environment:
123
123
124
124
# Warning about possible glibc collation changes BZ#1668301
125
125
GLIBC_COLLATION_WARN_STRING=" \
126
- WARNING: If you've just upgraded your database from a previous major
127
- version of Fedora or RHEL, please run reindexdb against your databases.
128
- Core library collation data may have changed and this will invalidate
129
- database indexes. For example, in Fedora 28 and RHEL 8 there have been
130
- extensive changes in glibc collations to support ISO 14651:2016 (Unicode
131
- 9.0.0 data) and your indexes may be affected: https://sourceware.org/ml/libc-announce/2018/msg00002.html"
126
+ If you've just upgraded your database from a previous major version of Fedora or
127
+ RHEL, please run reindexdb against your databases. Core library collation data
128
+ may have changed and this will invalidate database indexes. For example, in
129
+ Fedora 28 and RHEL 8 there have been extensive changes in glibc collations to
130
+ support ISO 14651:2016 (Unicode 9.0.0 data) and your indexes may be affected:
131
+ https://sourceware.org/ml/libc-announce/2018/msg00002.html"
132
132
133
133
print_version ()
134
134
{
You can’t perform that action at this time.
0 commit comments