eyalroz / ssb-dbgen

Star Schema Benchmark data set generator (dbgen) - unified repository

Home Page:http://www.cs.umb.edu/~poneil/StarSchemaB.PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`pid_t` is not available on Windows

eyalroz opened this issue · comments

Unlike TPC-H's dbgen, ssb-dbgen supports parallelizing the data generation - to multiple processes. However, the code relies on the availability of pid_t. We have a manual definition of pid_t as int for Windows, but - this doesn't work, somehow, when you use MinGW. Also, using #define rather than typedef apparently causes trouble with TravisCI.

This issue was fixed in PR #64