Re: [COMMITTERS] pgsql: doc: mention dependency on collation libraries

2016-07-21 Thread Christoph Berg
Re: Bruce Momjian 2016-07-20 <20160720161318.ge24...@momjian.us> > > > How about simply this: ? > > > > > >NonC and and non-POSIX locales rely on the > > >operating system's collation library for character set ordering. > > >This controls the ordering of keys stored in indexes. For th

[COMMITTERS] pgsql: Remove unused structure member.

2016-07-21 Thread Robert Haas
Remove unused structure member. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1091402b5aa4873cf8321e204f929731765c82bc Modified Files -- src/backend/access/transam/xlog.c | 2 -- 1 file changed, 2 deletions(-) -- Sent via pgsql-commit

[COMMITTERS] pgsql: Make core regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
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: Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/

[COMMITTERS] pgsql: Make core regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
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: Branch -- master Details --- http://git.postgresql.org/pg/comm

[COMMITTERS] pgsql: Make pltcl regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make pltcl regression tests safe for Danish locale. Another peculiarity of Danish locale is that it has an unusual idea of how to sort upper vs. lower case. One of the pltcl test cases has an issue with that. Now that COLLATE works in all supported branches, we can just change the test to be loc

[COMMITTERS] pgsql: Make pltcl regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make pltcl regression tests safe for Danish locale. Another peculiarity of Danish locale is that it has an unusual idea of how to sort upper vs. lower case. One of the pltcl test cases has an issue with that. Now that COLLATE works in all supported branches, we can just change the test to be loc

[COMMITTERS] pgsql: Make pltcl regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make pltcl regression tests safe for Danish locale. Another peculiarity of Danish locale is that it has an unusual idea of how to sort upper vs. lower case. One of the pltcl test cases has an issue with that. Now that COLLATE works in all supported branches, we can just change the test to be loc

[COMMITTERS] pgsql: Make pltcl regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make pltcl regression tests safe for Danish locale. Another peculiarity of Danish locale is that it has an unusual idea of how to sort upper vs. lower case. One of the pltcl test cases has an issue with that. Now that COLLATE works in all supported branches, we can just change the test to be loc

[COMMITTERS] pgsql: Make pltcl regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make pltcl regression tests safe for Danish locale. Another peculiarity of Danish locale is that it has an unusual idea of how to sort upper vs. lower case. One of the pltcl test cases has an issue with that. Now that COLLATE works in all supported branches, we can just change the test to be loc

[COMMITTERS] pgsql: Make pltcl regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make pltcl regression tests safe for Danish locale. Another peculiarity of Danish locale is that it has an unusual idea of how to sort upper vs. lower case. One of the pltcl test cases has an issue with that. Now that COLLATE works in all supported branches, we can just change the test to be loc

[COMMITTERS] pgsql: Make contrib regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make contrib regression tests safe for Danish locale. In btree_gin and citext, avoid some not-particularly-interesting dependencies on the sorting of 'aa'. In tsearch2, use COLLATE "C" to remove an uninteresting dependency on locale sort order (and thereby allow removal of a variant expected-file

[COMMITTERS] pgsql: Make contrib regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make contrib regression tests safe for Danish locale. In btree_gin and citext, avoid some not-particularly-interesting dependencies on the sorting of 'aa'. In tsearch2, use COLLATE "C" to remove an uninteresting dependency on locale sort order (and thereby allow removal of a variant expected-file

[COMMITTERS] pgsql: Make contrib regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make contrib regression tests safe for Danish locale. In btree_gin and citext, avoid some not-particularly-interesting dependencies on the sorting of 'aa'. In tsearch2, use COLLATE "C" to remove an uninteresting dependency on locale sort order (and thereby allow removal of a variant expected-file

[COMMITTERS] pgsql: Make contrib regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make contrib regression tests safe for Danish locale. In btree_gin and citext, avoid some not-particularly-interesting dependencies on the sorting of 'aa'. In tsearch2, use COLLATE "C" to remove an uninteresting dependency on locale sort order (and thereby allow removal of a variant expected-file

[COMMITTERS] pgsql: Make contrib regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make contrib regression tests safe for Danish locale. In btree_gin and citext, avoid some not-particularly-interesting dependencies on the sorting of 'aa'. In tsearch2, use COLLATE "C" to remove an uninteresting dependency on locale sort order (and thereby allow removal of a variant expected-file

[COMMITTERS] pgsql: Make contrib regression tests safe for Danish locale.

2016-07-21 Thread Tom Lane
Make contrib regression tests safe for Danish locale. In btree_gin and citext, avoid some not-particularly-interesting dependencies on the sorting of 'aa'. In tsearch2, use COLLATE "C" to remove an uninteresting dependency on locale sort order (and thereby allow removal of a variant expected-file