From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add citext_pattern_ops for citext contrib module |
Date: | 2017-09-19 12:35:03 |
Message-ID: | E1duHjz-00012d-P1@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Add citext_pattern_ops for citext contrib module
This is similar to text_pattern_ops.
Alexey Chernyshov, reviewed by Jacob Champion.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/f2464997644c64b5dec93ab3c08305f48bfe14f1
Modified Files
--------------
contrib/citext/citext--1.4--1.5.sql | 74 +++++++
contrib/citext/citext.c | 121 ++++++++++++
contrib/citext/expected/citext.out | 370 +++++++++++++++++++++++++++++++++++
contrib/citext/expected/citext_1.out | 370 +++++++++++++++++++++++++++++++++++
contrib/citext/sql/citext.sql | 78 ++++++++
5 files changed, 1013 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2017-09-19 14:22:52 | Re: [COMMITTERS] pgsql: Add citext_pattern_ops for citext contrib module |
Previous Message | Robert Haas | 2017-09-19 11:48:42 | Re: Re: [COMMITTERS] pgsql: Perform only one ReadControlFile() during startup. |
From | Date | Subject | |
---|---|---|---|
Next Message | Kyotaro HORIGUCHI | 2017-09-19 12:48:16 | Re: subscription worker signalling wal writer too much |
Previous Message | Amit Kapila | 2017-09-19 12:33:56 | Re: src/test/subscription/t/002_types.pl hanging on particular environment |