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

Don't try to create (O_CREAT) when opening a FIFO

eyalroz opened this issue · comments

The code for opening files which are really FIFO filesystem nodes has an O_CREAT open mode flag set; that's a bug.

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