mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
All citext functions are PARALLEL SAFE, and a couple of them can benefit from having aggregate combine functions. Andreas Karlsson
6 lines
158 B
Plaintext
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
|