Re: [PATCH] Add transforms feature - Mailing list pgsql-hackers

From Hitoshi Harada
Subject Re: [PATCH] Add transforms feature
Date
Msg-id CAP7QgmnnK34VSOCmS=+gd1_Twp3UVUYn5+8Vb9aJqV7gPGwNWQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add transforms feature  (Hitoshi Harada <umi.tanuki@gmail.com>)
List pgsql-hackers
On Thu, Jul 4, 2013 at 2:18 AM, Hitoshi Harada <umi.tanuki@gmail.com> wrote:
> For now, that's it.  I'm going to dig more later.
>

After looking into rest of the change,

- TYPTYPE_DOMAIN is not supported.  Why did you specifically disallow it?
- ParseFuncOrColumn now prohibits to find function returning internal,
but is it effective?  I think it's already disallowed, or there is no
way to call it.
- get_transform_oid and get_transform are redundant


--
Hitoshi Harada



pgsql-hackers by date:

Previous
From: Atri Sharma
Date:
Subject: Re: Removing Inner Joins
Next
From: Markus Wanner
Date:
Subject: Re: Millisecond-precision connect_timeout for libpq