Re: [Review] Tests citext casts by David Wheeler.

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers Hackers <pgsql-hackers(at)postgresql(dot)org>, Ryan Bradetich <rbradetich(at)gmail(dot)com>
Subject: Re: [Review] Tests citext casts by David Wheeler.
Date: 2008-09-12 18:48:21
Message-ID: D5A4F7C8-B521-4231-8F60-97C9523A1A96@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sep 12, 2008, at 11:34, Tom Lane wrote:

>> CREATE OR REPLACE FUNCTION int8(citext)
>> RETURNS int8
>> AS 'SELECT int8( $1::text )'
>> LANGUAGE SQL IMMUTABLE STRICT;
>
> Yeah, those are all replaced by the CoerceViaIO mechanism

Okay, thanks for the sanity check. The SQL versions are fine for me in
8.3.

Best,

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2008-09-12 18:49:04 Re: [Review] Tests citext casts by David Wheeler.
Previous Message David E. Wheeler 2008-09-12 18:35:42 Re: [Review] Tests citext casts by David Wheeler.