eyalroz / tpch-dbgen

Data & query generation utilities for the TPC-H benchmark (unified repository)

Home Page:http://www.tpc.org/tpch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnings due to "%d" printf format flags for long int arguments

eyalroz opened this issue · comments

Someuse "%ld" format codes for arguments which are of DSS_HUGE type and may thus be long long ints or otherwise incompatible with "%ld".

(this issue mirrors this one for ssb-dbgen.)