Re: [HACKERS] pow support for pgbench

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Raúl Marín Rodríguez <rmrodriguez@carto.com>
Cc: Michael Paquier <michael.paquier@gmail.com>, Alvaro Herrera <alvherre@alvh.no-ip.org>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-12-01T10:44:47Z
Lists: pgsql-hackers
Hello Raúl,

> I've rebased the patch so it can be applied cleanly on top of current
> master.

The idea is that it would be relative to the "more functions and 
operators" patch, but I guess this is too much for people checking, so I'm 
fine with having it with the current base.

Patch applies cleanly, make check ok.

Back to "ready".

-- 
Fabien.

Commits

  1. Add pow(), aka power(), function to pgbench.

  2. pgbench: Support double constants and functions.