Обсуждение: pgsql: UINT64CONST'fy long constants in pgbench

Поиск
Список
Период
Сортировка

pgsql: UINT64CONST'fy long constants in pgbench

От
Teodor Sigaev
Дата:
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(-)