Re: extend pgbench expressions with functions - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: extend pgbench expressions with functions
Date
Msg-id alpine.DEB.2.10.1603050822020.11128@sto
Whole thread Raw
In response to Re: extend pgbench expressions with functions  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: extend pgbench expressions with functions
List 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.

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: extend pgbench expressions with functions
Next
From: Amit Langote
Date:
Subject: Re: [PROPOSAL] VACUUM Progress Checker.