pgsql: Add test case for collation mismatch in recursive query - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add test case for collation mismatch in recursive query
Date
Msg-id E1PyJxX-0002MV-PO@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: On further reflection, we'd better do the same in int.c.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Use macros for time-based constants, rather than constants.