pgsql: Add -F option to set fillfactor for tellers, accounts and - Mailing list pgsql-committers

From ishii@postgresql.org (Tatsuo Ishii)
Subject pgsql: Add -F option to set fillfactor for tellers, accounts and
Date
Msg-id 20070408011507.948CC9FB39A@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add -F option to set fillfactor for tellers, accounts and branches.
Patch contributed by Pavan Deolasee. Along with Japanese doc
modification by Tatsuo Ishii.

Modified Files:
--------------
    pgsql/contrib/pgbench:
        README.pgbench (r1.17 -> r1.18)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/README.pgbench.diff?r1=1.17&r2=1.18)
        README.pgbench_jis (r1.18 -> r1.19)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/README.pgbench_jis.diff?r1=1.18&r2=1.19)
        pgbench.c (r1.64 -> r1.65)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.64&r2=1.65)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: > o -Add more logical syntax CLUSTER table USING index;
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make CLUSTER MVCC-safe.