Index: contrib/pgbench/pgbench.c =================================================================== RCS file: /home/gsmith/cvsrepo/pgsql/contrib/pgbench/pgbench.c,v retrieving revision 1.79 diff -u -r1.79 pgbench.c --- contrib/pgbench/pgbench.c 19 Mar 2008 03:33:21 -0000 1.79 +++ contrib/pgbench/pgbench.c 9 May 2008 07:12:21 -0000 @@ -1645,6 +1645,9 @@ exit(0); } + if (scale && (ttype != 3)) + fprintf(stderr,"Scale setting ignored by standard tests, using database branch count\n"); + remains = nclients; if (getVariable(&state[0], "scale") == NULL)