Re: pgbench more operators & functions - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: pgbench more operators & functions
Date
Msg-id alpine.DEB.2.20.1607090824050.3412@sto
Whole thread Raw
In response to pgbench more operators & functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: pgbench more operators & functions  (Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>)
List 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

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [BUGS] BUG #14230: Wrong timeline returned by pg_stop_backup on a standby
Next
From: Fabien COELHO
Date:
Subject: pgbench - minor fix for meta command only scripts