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.1503061948230.24480@sto
Whole thread Raw
In response to extend pgbench expressions with functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: extend pgbench expressions with functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
> This patch extends pgbench expression with functions. Currently only one 
> "abs" function is added. The point is rather to bootstrap the infrastructure 
> for other functions (such as hash, random variants...) to be added later.

Here is a small v2 update: - with better error messages on non existing functions - a minimal documentation

-- 
Fabien.

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_upgrade and rsync
Next
From: Josh Berkus
Date:
Subject: Re: MD5 authentication needs help