diff options
| author | Robert Haas | 2016-06-07 15:25:38 +0000 |
|---|---|---|
| committer | Robert Haas | 2016-06-07 15:26:41 +0000 |
| commit | a89b4b1be0d3550a7860250ff74dc69730555a1f (patch) | |
| tree | 102f9d4e0a92d791847f17a5cdcc586097c24982 /contrib/citext/citext.control | |
| parent | 40fc4575205dc563b88da1db9a8a75cc4d3b848a (diff) | |
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
Diffstat (limited to 'contrib/citext/citext.control')
| -rw-r--r-- | contrib/citext/citext.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/citext/citext.control b/contrib/citext/citext.control index ef90a97bc98..7cba65d1105 100644 --- a/contrib/citext/citext.control +++ b/contrib/citext/citext.control @@ -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 |
