pgsql-server/src/tools/fsync Makefile README t ...

Started by Bruce Momjianover 22 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 04/03/17 23:56:59

Added files:
src/tools/fsync: Makefile README test_fsync test_fsync.c
test_fsync.o

Log message:
Add fsync test program. It tests fsync to see if times for fsync are the
same when done on the write() ile descriptor and a new descriptor.

it also times various fsync methods.