mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-22 22:37:01 +08: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
|