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

From: ishii(at)postgresql(dot)org (Tatsuo Ishii)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add -F option to set fillfactor for tellers, accounts and
Date: 2007-04-08 01:15:07
Message-ID: 20070408011507.948CC9FB39A@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-04-08 01:26:33 pgsql: Make CLUSTER MVCC-safe.
Previous Message Bruce Momjian 2007-04-08 00:36:08 pgsql: Done: > o -Add more logical syntax CLUSTER table USING index;