1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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
This commit is contained in:
Robert Haas
2016-06-07 11:25:38 -04:00
parent 40fc457520
commit a89b4b1be0
4 changed files with 101 additions and 42 deletions

View File

@ -3,7 +3,8 @@
MODULES = citext
EXTENSION = citext
DATA = citext--1.1.sql citext--1.0--1.1.sql citext--unpackaged--1.0.sql
DATA = citext--1.2.sql citext--1.1--1.2.sql citext--1.0--1.1.sql \
citext--unpackaged--1.0.sql
PGFILEDESC = "citext - case-insensitive character string data type"
REGRESS = citext