add modulo (%) operator to pgbench - Mailing list pgsql-hackers

From Fabien
Subject add modulo (%) operator to pgbench
Date
Msg-id alpine.DEB.2.10.1408012027460.22310@sto
Whole thread Raw
Responses Re: add modulo (%) operator to pgbench
List pgsql-hackers
This patch is pretty trivial.

Add modulo operator to pgbench.

This is useful to compute a permutation for tests with non uniform 
accesses (exponential or gaussian), so as to avoid trivial correlations 
between neighbour keys.

-- 
Fabien.

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Supporting Windows SChannel as OpenSSL replacement
Next
From: Kevin Grittner
Date:
Subject: Re: numeric and float comparison oddities