]> granicus.if.org Git - postgresql/commit
Add fsync test program. It tests fsync to see if times for fsync are the
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Mar 2004 03:56:59 +0000 (03:56 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Mar 2004 03:56:59 +0000 (03:56 +0000)
commit9f2696f2660a9b20f5e7cc1cd35654d5820332c8
tree3c5e91cf00146904c77ce96558c513f2b410e614
parent3700335baf8b07175cff14acea71876cd5098e64
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.
src/tools/fsync/Makefile [new file with mode: 0644]
src/tools/fsync/README [new file with mode: 0644]
src/tools/fsync/test_fsync [new file with mode: 0755]
src/tools/fsync/test_fsync.c [new file with mode: 0644]
src/tools/fsync/test_fsync.o [new file with mode: 0644]