postgresql/contrib/citext
Robert Haas fe5e3fce79 Repair damage done by citext--1.1--1.2.sql.
That script is incorrect in that it sets the combine function for
max(citext) twice instead of setting the combine function for
max(citext) once and the combine functon for min(citext) once.  The
consequence is that if you install 1.0 or 1.1 and then update to 1.2,
you end up with min(citext) not having a combine function, contrary to
what was intended.  If you install 1.2 directly, you're OK.

Fix things up by defining a new 1.3 version.  Upgrading from 1.2 to
1.3 won't change anything for people who first installed the 1.2
version, but people upgrading from 1.0 or 1.1 will get the right
catalog contents once they reach 1.3.

Report and patch by David Rowley, reviewed by Andreas Karlsson.
2016-07-26 15:32:57 -04:00
..
expected Make contrib regression tests safe for Danish locale. 2016-07-21 16:52:35 -04:00
sql Make contrib regression tests safe for Danish locale. 2016-07-21 16:52:35 -04:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Repair damage done by citext--1.1--1.2.sql. 2016-07-26 15:32:57 -04:00
citext--1.0--1.1.sql Fix incorrect declaration of citext's regexp_matches() functions. 2015-05-05 15:51:22 -04:00
citext--1.1--1.2.sql Schema-qualify some references to regprocedure. 2016-06-10 10:41:58 -04:00
citext--1.2--1.3.sql Repair damage done by citext--1.1--1.2.sql. 2016-07-26 15:32:57 -04:00
citext--1.3.sql Repair damage done by citext--1.1--1.2.sql. 2016-07-26 15:32:57 -04:00
citext--unpackaged--1.0.sql Fix citext upgrade script for disallowance of oidvector element assignment. 2014-08-28 18:21:05 -04:00
citext.c Create function prototype as part of PG_FUNCTION_INFO_V1 macro 2014-04-18 00:03:19 -04:00
citext.control Repair damage done by citext--1.1--1.2.sql. 2016-07-26 15:32:57 -04:00