mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
All citext functions are PARALLEL SAFE, and a couple of them can benefit from having aggregate combine functions. Andreas Karlsson
5 lines
158 B
Text
5 lines
158 B
Text
# citext extension
|
|
comment = 'data type for case-insensitive character strings'
|
|
default_version = '1.2'
|
|
module_pathname = '$libdir/citext'
|
|
relocatable = true
|