Fix regression tests to work in Welsh locale. Welsh (cy_GB) apparently sorts 'dd' after 'f', creating problems analogous to the odd sorting of 'aa' in Danish. Adjust regression test case to not use data that provokes that.
Jeff Janes Patch: <CAMkU=1zx-pqcfsapl2pydqurpocfcyu0wjorsmy1orypixr...@mail.gmail.com> Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/2aa2533f2818687e1ae5a3238dd70b175c3cdfb3 Modified Files -------------- src/test/regress/expected/rowsecurity.out | 88 +++++++++++++++---------------- src/test/regress/sql/rowsecurity.sql | 4 +- 2 files changed, 46 insertions(+), 46 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
