The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters,
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 12 Feb 2009 15:11:44 +0000 (15:11 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 12 Feb 2009 15:11:44 +0000 (15:11 +0000)
commit39c900afbf8ee0835c94b3d4307a4f51ec5cd2b5
tree491291f282a04fe0166fe1f19749d677d6a5efec
parent85cb8082d6d92d97240cc661616247daf0de30b6
The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters,
instead of vice versa.  Update the regression test expectations to support
that.  In the plpgsql test, adjust the test data so that this isn't an
issue.  In the char and varchar tests, add new expected files.
src/test/regress/expected/char_2.out [new file with mode: 0644]
src/test/regress/expected/plpgsql.out
src/test/regress/expected/varchar_2.out [new file with mode: 0644]
src/test/regress/sql/plpgsql.sql