Update citext extension for parallel query.

Robert Haas <rhaas@postgresql.org>

Commit: a89b4b1be0d3550a7860250ff74dc69730555a1f
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-06-07T15:26:41Z
Releases: 9.6.0
Update citext extension for parallel query.

All citext functions are PARALLEL SAFE, and a couple of them can
benefit from having aggregate combine functions.

Andreas Karlsson

Files

PathChange+/−
contrib/citext/citext--1.1--1.2.sql added +54 −0
contrib/citext/citext--1.2.sql (from contrib/citext/citext--1.1.sql) renamed +44 −40
contrib/citext/citext.control modified +1 −1
contrib/citext/Makefile modified +2 −1