Re: pgbench more operators & functions

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgbench more operators & functions
Date: 2016-07-09 06:44:25
Message-ID: alpine.DEB.2.20.1607090824050.3412@sto
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Here is a simple patch which adds a bunch of operators (bitwise: & | ^ ~,
> comparisons: =/== <>/!= < <= > >=, logical: and/&& or/|| xor/^^ not/!) and
> functions (exp ln if) to pgbench. I've tried to be pg's SQL compatible where
> appropriate.
>
> Also attached is a simple test script.

Here is a sightly updated version.

--
Fabien.

Attachment Content-Type Size
pgbench-more-ops-funcs-2.patch text/x-diff 12.5 KB
functions.sql application/x-sql 875 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2016-07-09 07:09:03 pgbench - minor fix for meta command only scripts
Previous Message Amit Kapila 2016-07-09 06:30:14 Re: BUG #14230: Wrong timeline returned by pg_stop_backup on a standby