pgsql: Update expected results for collate.linux.utf8 regression test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update expected results for collate.linux.utf8 regression test.
Date: 2017-07-22 16:15:35
Message-ID: E1dYx43-0006NS-I8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-07-22 22:02:31 pgsql: Improve comments about partitioned hash table freelists.
Previous Message Robert Haas 2017-07-22 02:10:27 pgsql: pg_rewind: Fix some problems when copying files >2GB.