pgsql: The upper limit for -c option of pgbench is now obtained from

From: ishii(at)postgresql(dot)org (Tatsuo Ishii)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The upper limit for -c option of pgbench is now obtained from
Date: 2007-08-25 09:21:14
Message-ID: 20070825092114.46F6C7541FB@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The upper limit for -c option of pgbench is now obtained from
(FD_SETSIZE - 10) rather than a hardwired number.

Modified Files:
--------------
pgsql/contrib/pgbench:
pgbench.c (r1.70 -> r1.71)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c?r1=1.70&r2=1.71)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-25 17:47:44 pgsql: Simplify implementation of ts_debug() function --- use a join
Previous Message Tom Lane 2007-08-25 06:26:57 pgsql: Some more tsearch docs work --- sync names with CVS-tip reality,