postgresql/contrib/pgbench
Itagaki Takahiro a887c486d5 Each worker thread will have its own log file in pgbench to avoid interleaved
writes. The first worker still uses "pgbench_log.<pid>" for the name, but
additional workers use "pgbench_log.<pid>.<serial-number>" instead.

Reported by Greg Smith.
2010-03-23 01:29:22 +00:00
..
Makefile Portability and documentation fixes for threaded pgbench patch. 2009-08-03 18:30:55 +00:00
pgbench.c Each worker thread will have its own log file in pgbench to avoid interleaved 2010-03-23 01:29:22 +00:00