> setrandom: invalid maximum number 0 Okay, nevermind, user error: some other process was deleting a row from pgbench_branches, and the pgbench.c happily set scale to 0 from the 'select count(*) from pgbench_branches' query inside of it, until it gives the totally not-helpful error seen above later on as it sets :scale to 0, multiplies the tpc_b default number of branches by zero, and then complains when the minimum number of branches (1) is less than the max allowed (0).
Oddly enough, the code checks for the count(*) < 0 but not <= 0. -- Greg Sabino Mullane g...@endpoint.com End Point Corporation PGP Key: 0x14964AC8
pgpsWYz5znX55.pgp
Description: PGP signature