Skip to content

Commit f4483e0

Browse files
committed
setup: reformat glibc collation warning
* bin/postgresql-setup.in (GLIBC_COLLATION_WARN_STRING): Align to 80 characters, and drop the additional WARNING: keyword.
1 parent 2e29d57 commit f4483e0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
New in 8.4 version:
44

5-
*
5+
* Reformatted glibc collation warning after pg_upgrade.
66

77
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
88

bin/postgresql-setup.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ Environment:
123123

124124
# Warning about possible glibc collation changes BZ#1668301
125125
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"
132132

133133
print_version()
134134
{

0 commit comments

Comments
 (0)