Re: [PATCH] Add transforms feature

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Add transforms feature
Date: 2013-12-11 03:35:51
Message-ID: 1386732951.12420.2.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2013-12-06 at 11:28 +0100, Dimitri Fontaine wrote:
> > Here is an idea. Add a GUC that basically says something like
> > use_transforms = on|off. You can then attach that to individual
> > functions, which is the right granularity, because only the function
> > knows whether its code expects transforms or not. But you can use
> the
> > full power of GUC to configure it any way you want.

Here is an updated patch that implements this, makes some of the
documentation improvements that you suggested, and rebases everything.

Attachment Content-Type Size
v2-0001-Add-transforms-feature.patch text/x-patch 154.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message KONDO Mitsumasa 2013-12-11 04:00:50 Re: Why we are going to have to go DirectIO
Previous Message Claudio Freire 2013-12-11 03:31:56 Re: Why we are going to have to go DirectIO