| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: get_cast_func syscache utility function |
| Date: | 2014-11-04 18:03:05 |
| Message-ID: | CAFj8pRAPXDj1BSiWkkf=nNd23SwosRUre9ikTVTAtjKT-L0_mg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
missing patch
Regards
Pavel
2014-11-04 18:57 GMT+01:00 Andrew Dunstan <andrew(at)dunslane(dot)net>:
>
> 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.
>
> cheers
>
> andrew
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2014-11-04 18:15:54 | Re: get_cast_func syscache utility function |
| Previous Message | Andrew Dunstan | 2014-11-04 17:57:27 | get_cast_func syscache utility function |