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:
@ -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
|
||||
|
Reference in New Issue
Block a user