Re: extend pgbench expressions with functions

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: extend pgbench expressions with functions
Date: 2015-03-06 18:51:04
Message-ID: alpine.DEB.2.10.1503061948230.24480@sto
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Attachment Content-Type Size
pgbench-expr-abs-2.patch text/x-diff 4.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2015-03-06 20:50:14 Re: MD5 authentication needs help
Previous Message Bruce Momjian 2015-03-06 17:19:36 Re: pg_upgrade and rsync