postgresql/contrib/citext/citext.control
Robert Haas a89b4b1be0 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
2016-06-07 11:26:41 -04:00

6 lines
158 B
Plaintext

# citext extension
comment = 'data type for case-insensitive character strings'
default_version = '1.2'
module_pathname = '$libdir/citext'
relocatable = true