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: extend pgbench expressions with functions
Date: 2015-03-06 09:41:03
Message-ID: alpine.DEB.2.10.1503061034580.13361@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.

--
Fabien.

Attachment Content-Type Size
pgbench-expr-abs-1.patch text/x-diff 3.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2015-03-06 10:25:45 Re: Join push-down support for foreign tables
Previous Message Albe Laurenz 2015-03-06 09:32:34 Re: MD5 authentication needs help