Skip to content

Commit b791a6c

Browse files
committed
* bin/postgresql-setup.in (GLIBC_COLLATION_WARN_STRING): Reformat
once more to avoid too-long first line.
1 parent f4483e0 commit b791a6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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-
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"
126+
If you've just upgraded your database from a previous major version of
127+
Fedora or RHEL, please run reindexdb against your databases. Core library
128+
collation data may have changed and this will invalidate database indexes. For
129+
example, in Fedora 28 and RHEL 8 there have been extensive changes in glibc
130+
collations to support ISO 14651:2016 (Unicode 9.0.0 data) and your indexes may
131+
be affected: https://sourceware.org/ml/libc-announce/2018/msg00002.html"
132132

133133
print_version()
134134
{

0 commit comments

Comments
 (0)