Make core regression tests safe for Danish locale.
Tom Lane <tgl@sss.pgh.pa.us>
Make core regression tests safe for Danish locale. Some tests added in 9.5 depended on 'aa' sorting before 'bb', which doesn't hold true in Danish. Use slightly different test data to avoid the problem. Jeff Janes Report: <CAMkU=1w-cEDbA+XHdNb=YS_4wvZbs66Ni9KeSJKAJGNJyOsgQw@mail.gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/brin.out | modified | +1 −1 |
| src/test/regress/expected/rowsecurity.out | modified | +17 −17 |
| src/test/regress/sql/brin.sql | modified | +1 −1 |
| src/test/regress/sql/rowsecurity.sql | modified | +2 −2 |