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

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

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
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.