Re: Fixing busted citext function declarations - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Fixing busted citext function declarations
Date
Msg-id CFA99DAD-069D-48F9-9B59-7067FCE1D329@justatheory.com
Whole thread Raw
In response to Fixing busted citext function declarations  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fixing busted citext function declarations  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom,

On May 5, 2015, at 9:40 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> In
> http://www.postgresql.org/message-id/BN1PR04MB37467AA1D412223B3D4A595DFD20@BN1PR04MB374.namprd04.prod.outlook.com
> it's revealed that the citext extension misdeclares its versions of
> regexp_matches(): they should return SETOF text[] but they're marked
> as returning just text[].

I wanted to make sure my backport was fixed for this, but it turns out it was already fixed as of this commit:
 https://github.com/theory/citext/commit/99c925f

Note that I credited you for the spot --- way back in October 2009! Pretty confused how the same change wasn’t made to
thecore contrib module back then. 

Best,

David


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Multi-xacts and our process problem
Next
From: Andres Freund
Date:
Subject: Re: Multi-xacts and our process problem