Some minor changes to pgbench

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Some minor changes to pgbench
Date: 2006-08-23 05:09:10
Message-ID: 44EBE2F6.7000303@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

2006/08/22
* New schema contributed by Joshua Drake

* The schema now uses foreign keys to more accurately reflect a finacial DDL

* The history table now has a primary key that uses a serial

* The respective balance columns have been increased to int8 to deal
with larger values

* Initalization will be done in a new schema/namespace, pgbench will
exit if this schema/namespace exists

* The new DDL should allow both Mammoth Replicator and Slony to be
tested using pgbench (at least basic replication)

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Attachment Content-Type Size
pgbench_changes.patch text/plain 5.8 KB
README.pgbench.patch text/plain 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-08-23 05:52:34 Re: Some minor changes to pgbench
Previous Message ITAGAKI Takahiro 2006-08-23 04:45:43 Re: Autovacuum on by default?

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-08-23 05:52:34 Re: Some minor changes to pgbench
Previous Message Joshua D. Drake 2006-08-23 03:40:17 Re: pgsql-patches reply-to (was Re: [PATCHES] selecting