Re: get_cast_func syscache utility function - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: get_cast_func syscache utility function
Date
Msg-id 545917DA.6060403@dunslane.net
Whole thread Raw
In response to get_cast_func syscache utility function  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: get_cast_func syscache utility function  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 11/04/2014 12:57 PM, Andrew Dunstan wrote:
>
> here's a patch for a utility function to look up the cast function for
> a from/to pair of types, as recently suggested by Alvaro. Although it
> only contains one use (in json.c), the upcoming jsonb generators would
> also use it twice. I'd like to get this committed fairly quickly so I
> can prepare an updated patch for the jsonb generators.
>


This time with patch.

cheers

andrew

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: get_cast_func syscache utility function
Next
From: Bernd Helmle
Date:
Subject: Re: COPY TO returning empty result with parallel ALTER TABLE