Re: [PATCH] Add transforms feature

From: Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Add transforms feature
Date: 2013-07-09 06:55:38
Message-ID: CAP7QgmnnK34VSOCmS=+gd1_Twp3UVUYn5+8Vb9aJqV7gPGwNWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 4, 2013 at 2:18 AM, Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Wanner 2013-07-09 07:05:54 Re: Millisecond-precision connect_timeout for libpq
Previous Message Atri Sharma 2013-07-09 06:51:37 Re: Removing Inner Joins