pgsql: Properly pass third argument to open() in fsync test program.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly pass third argument to open() in fsync test program.
Date: 2007-11-05 17:10:26
Message-ID: 20071105171026.5AD8A754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Properly pass third argument to open() in fsync test program.

Hiroshi Saito

Modified Files:
--------------
pgsql/src/tools/fsync:
test_fsync.c (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/fsync/test_fsync.c?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-11-05 17:35:38 pgsql: Document that syncronhous commit can be turned off in a single
Previous Message Bruce Momjian 2007-11-05 17:07:59 Re: pgsql: Document txid functions.