pgsql: Add test case for collation mismatch in recursive query

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add test case for collation mismatch in recursive query
Date: 2011-03-12 08:13:59
Message-ID: E1PyJxX-0002MV-PO@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add test case for collation mismatch in recursive query

This isn't very important by itself, but was left on my list of things
without test coverage for the collation feature.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3d9f7ec1ffde399accda096da4df46b178e8b960

Modified Files
--------------
src/test/regress/expected/collate.linux.utf8.out | 10 ++++++++++
src/test/regress/sql/collate.linux.utf8.sql | 7 +++++++
2 files changed, 17 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-03-12 14:36:02 pgsql: Use macros for time-based constants, rather than constants.
Previous Message Tom Lane 2011-03-12 00:04:33 pgsql: On further reflection, we'd better do the same in int.c.