postgresql/contrib/tsearch2
Tom Lane ba64aed700 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).

Also, in citext, avoid assuming that lower('I') = 'i'.  This isn't relevant
to Danish but it does fail in Turkish.
2016-07-21 16:52:36 -04:00
..
data tsearch2 module 2003-07-21 10:27:44 +00:00
expected Make contrib regression tests safe for Danish locale. 2016-07-21 16:52:36 -04:00
sql Make contrib regression tests safe for Danish locale. 2016-07-21 16:52:36 -04:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
tsearch2--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:36 -04:00
tsearch2--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:53 +02:00
tsearch2.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tsearch2.control Assorted fixups for "unpackaged" conversion scripts. 2011-02-13 22:54:53 -05:00