pgsql: fsync test files Prevent creation of 16GB files during fsync

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: fsync test files Prevent creation of 16GB files during fsync
Date: 2009-09-21 20:20:56
Message-ID: 20090921202056.6D1DA753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
fsync test files

Prevent creation of 16GB files during fsync testing; only create 16MB
files; backpatch to 8.4.X.

Modified Files:
--------------
pgsql/src/tools/fsync:
test_fsync.c (r1.24 -> r1.25)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/fsync/test_fsync.c?r1=1.24&r2=1.25)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-09-21 20:21:03 pgsql: fsync test files Prevent creation of 16GB files during fsync
Previous Message Tom Lane 2009-09-21 20:10:21 pgsql: Define a new, more extensible syntax for COPY options.