pgsql: UINT64CONST'fy long constants in pgbench

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: UINT64CONST'fy long constants in pgbench
Date: 2018-03-22 16:41:37
Message-ID: E1ez3HV-0005Fh-9Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

UINT64CONST'fy long constants in pgbench

In commit e51a04840a1c45db101686bef0b7025d5014c74b it was missed 64-bit
constants, wrap them with UINT64CONST().

Per buildfarm member dromedary and gripe from Tom Lane

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2216fded1ebc9940f3e4c9454cb2f5c937794f1c

Modified Files
--------------
src/bin/pgbench/pgbench.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2018-03-22 16:48:29 pgsql: Add conditional.c to libpgfeutils for MSVC build
Previous Message Fabien COELHO 2018-03-22 16:31:31 Re: pgsql: Add general purpose hasing functions to pgbench.