BUG #3681: fillers are NULL in pgbench

From: "ITAGAKI Takahiro" <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3681: fillers are NULL in pgbench
Date: 2007-10-17 08:10:07
Message-ID: 200710170810.l9H8A76I080568@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches


The following bug has been logged online:

Bug reference: 3681
Logged by: ITAGAKI Takahiro
Email address: itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp
PostgreSQL version: 8.2.5, 8.3beta1
Operating system: independent
Description: fillers are NULL in pgbench
Details:

All of filler fields in branches, tellers and history is NULL. It is
probabbly a mistake because there are fields of char(22-88) in the table
definitions.

TPC-B requires at least 100 bytes per row for all tables used in it.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-10-17 15:47:34 Re: BUG #3681: fillers are NULL in pgbench
Previous Message ssurui 2007-10-17 07:49:49 Re: BUG #3680: memory leak when excuting a SQL "select count(id) from chinatelecom; "

Browse pgsql-patches by date

  From Date Subject
Next Message Jacky Leng 2007-10-17 09:18:14 Re: Why copy_relation_data only use wal when WAL archiving is enabled
Previous Message ITAGAKI Takahiro 2007-10-17 06:39:02 Patch for testing query modes on pgbench