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

main() should always have the return type specified and a value always returned

eyalroz opened this issue · comments

In the official TPC-H dbgen code, some .c files with main() (yes, there's more than two) either have main() with no return type, or do not return anything from main(), or both. Let's fix this.

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