pgsql: Fix some allocation size calculation errors that would cause

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some allocation size calculation errors that would cause
Date: 2005-10-29 19:38:08
Message-ID: 20051029193808.1939ADACFE@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix some allocation size calculation errors that would cause pgbench
to fail with large test scripts.

Modified Files:
--------------
pgsql/contrib/pgbench:
pgbench.c (r1.44 -> r1.45)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.44&r2=1.45)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-10-30 03:01:49 pgsql: Fix psql ref typo.
Previous Message Tom Lane 2005-10-29 18:39:17 pgsql: Update a couple of obsolete comments.