Re: extend pgbench expressions with functions

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: extend pgbench expressions with functions
Date: 2016-03-03 04:44:18
Message-ID: CAB7nPqS0eeyjsWybxa_XhCqr=-ksLR4C0Lb8cca+dyCgUAC+WQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 2, 2016 at 3:10 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Wed, Feb 17, 2016 at 3:22 AM, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> wrote:
>> Indeed. My gcc 4.8.4 with --Wall does not show the warning, too bad.
>>
>> Attached is the fixed patch for the array method.
>
> Committed with a few tweaks, including running pgindent over some of it.

Thanks. So the first set of functions is in, and the operators are
executed as functions as well. Fabien, are you planning to send
rebased versions of the rest? By that I mean the switch of the
existing subcommands into equivalent functions and the handling of
double values as parameters for those functions.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2016-03-03 04:54:36 Re: Issue with NULLS LAST, with postgres_fdw sort pushdown
Previous Message David Rowley 2016-03-03 03:53:44 Re: WIP: Upper planner pathification