Re: extend pgbench expressions with functions

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, 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-05 07:32:43
Message-ID: alpine.DEB.2.10.1603050822020.11128@sto
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>>> 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.

Here they are:
- 32-b: add double functions, including double variables
- 32-c: remove \setrandom support (advice to use \set + random instead)

--
Fabien.

Attachment Content-Type Size
pgbench-funcs-32-b.patch text/x-diff 35.4 KB
pgbench-funcs-32-c.patch text/x-diff 8.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2016-03-05 07:41:29 Re: [PROPOSAL] VACUUM Progress Checker.
Previous Message Fabien COELHO 2016-03-05 07:25:16 Re: extend pgbench expressions with functions