summaryrefslogtreecommitdiff
path: root/FILELIST
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-13 14:06:11 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-13 14:06:11 +0200
commit2414d0b7099fd24ab31202e34381759db20917d8 (patch)
tree20278a4ce617d14ad18819c176d5f355d0109a36 /FILELIST
parentf2966a5584e200f3f9586995c6c0480ed7f00dd3 (diff)
downloadpgfuse-2414d0b7099fd24ab31202e34381759db20917d8.tar.gz
pgfuse-2414d0b7099fd24ab31202e34381759db20917d8.tar.bz2
added a fsync/fdatasync test
Diffstat (limited to 'FILELIST')
-rw-r--r--FILELIST14
1 files changed, 8 insertions, 6 deletions
diff --git a/FILELIST b/FILELIST
index ca57cd6..6b219de 100644
--- a/FILELIST
+++ b/FILELIST
@@ -1,6 +1,8 @@
-schema.sql - create schema for PgFuse in PostgreSQL database
-clean.sql - remove data and schema from PostgreSQL database
-config.h - global limitations of the program
-pgfuse.c - main and hooks for FUSE operations
-pgsql.c - implementation of PostgreSQL access functions
-pgsql.h - header file of PostgreSQL access functions
+schema.sql - create schema for PgFuse in PostgreSQL database
+clean.sql - remove data and schema from PostgreSQL database
+config.h - global limitations of the program
+pgfuse.c - main and hooks for FUSE operations
+pgsql.c - implementation of PostgreSQL access functions
+pgsql.h - header file of PostgreSQL access functions
+testfsync.c - tests flush, fsync, fdatasync, can't be done eaily
+ with file system commands only