pgbench has #defines for number of branches, tellers, and accounts. There

Tatsuo Ishii <ishii@postgresql.org>

Commit: f82d4d53020d2cb2444ea3ee18fe5a17fc2d73e7
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2009-09-10T13:59:57Z
Releases: 9.0.0
pgbench has #defines for number of branches, tellers, and accounts.  There
are used to populate the tables with -i, but when running actual benchmark
it has values separately hard-coded in the query metacommands.  This patch
makes the metacommands obtain their values from the relevant #defines.

Patch provided by Jeff Janes.

Files

PathChange+/−
contrib/pgbench/pgbench.c modified +9 −9