]> granicus.if.org Git - postgresql/commit
UINT64CONST'fy long constants in pgbench
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 22 Mar 2018 16:38:54 +0000 (19:38 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 22 Mar 2018 16:38:54 +0000 (19:38 +0300)
commit2216fded1ebc9940f3e4c9454cb2f5c937794f1c
treeb8f17ac381367783f5b7bb35f9c7c9c35bf8d563
parentf67b113ac62777d18cd20d3c4d05be964301b936
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
src/bin/pgbench/pgbench.c