1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +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

@ -1,5 +1,5 @@
# citext extension
comment = 'data type for case-insensitive character strings'
default_version = '1.1'
default_version = '1.2'
module_pathname = '$libdir/citext'
relocatable = true