pgsql: Fix collate.linux.utf8 expected output for recent error message

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix collate.linux.utf8 expected output for recent error message
Date: 2011-10-16 20:07:54
Message-ID: E1RFWzy-0003cF-Sm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix collate.linux.utf8 expected output for recent error message change.

Noted by Jeff Davis.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e661c3dfd320487aaa1d6223e732e00c1b5c3cc2

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-10-16 23:15:17 pgsql: Avoid assuming that index-only scan data matches the index's row
Previous Message Tom Lane 2011-10-16 19:39:59 pgsql: Teach btree to handle ScalarArrayOpExpr quals natively.