pgbench more operators & functions - Mailing list pgsql-hackers

From Fabien COELHO
Subject pgbench more operators & functions
Date
Msg-id alpine.DEB.2.10.1604030742390.31618@sto
Whole thread Raw
Responses Re: pgbench more operators & functions  (Simon Riggs <simon@2ndQuadrant.com>)
Re: pgbench more operators & functions  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
Hello,

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.

Some kind of continuations in \ commands would be a good thing.

-- 
Fabien.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: More stable query plans via more predictable column statistics
Next
From: Alex Shulgin
Date:
Subject: Re: More stable query plans via more predictable column statistics