Re: [HACKERS] misleading comments in pgbench

2009-10-25 Thread Tatsuo Ishii
> * Note: TPC-B requires at least 100 bytes per row, and the "filler" > * fields in these table declarations were intended to comply with that. > * But because they default to NULLs, they don't actually take any > * space. We could fix that by giving them non-null default value

[HACKERS] misleading comments in pgbench

2009-10-23 Thread Jeff Janes
>From contrib/pgbench/pgbench.c starting in revision 1.77 * Note: TPC-B requires at least 100 bytes per row, and the "filler" * fields in these table declarations were intended to comply with that. * But because they default to NULLs, they don't actually take any * space. We c