Re: get_cast_func syscache utility function

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: get_cast_func syscache utility function
Date: 2014-11-04 18:15:54
Message-ID: 545917DA.6060403@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
get_cast_func.patch text/x-diff 2.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bernd Helmle 2014-11-04 18:23:21 Re: COPY TO returning empty result with parallel ALTER TABLE
Previous Message Pavel Stehule 2014-11-04 18:03:05 Re: get_cast_func syscache utility function