[COMMITTERS] pgsql: Update expected results for collate.linux.utf8 regression test. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Update expected results for collate.linux.utf8 regression test.
Date
Msg-id E1dYx43-0006NS-I8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update expected results for collate.linux.utf8 regression test.

I believe this changed as a consequence of commit 54baa4813: trying to
clone the "C" collation now produces a true clone with collencoding -1,
hence the error message if it's duplicate no longer specifies an encoding.

Per buildfarm member crake, which apparently hadn't been running this
test for the last few weeks.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/991c8b04fc5d61a308bb00ea34a7ff710051c53f

Modified Files
--------------
src/test/regress/expected/collate.linux.utf8.out | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: pg_rewind: Fix some problems when copying files >2GB.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Improve comments about partitioned hash table freelists.