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

From ishii@postgresql.org (Tatsuo Ishii)
Subject pgsql: The upper limit for -c option of pgbench is now obtained from
Date
Msg-id 20070825092114.46F6C7541FB@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Some more tsearch docs work --- sync names with CVS-tip reality,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Simplify implementation of ts_debug() function --- use a join