summaryrefslogtreecommitdiff
path: root/FILELIST
blob: b91c225a1e31f6215f15d1e8f5eeda761c0a4531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
endian.h        - porting layer for 64-bit conversion functions
testfsync.c	- tests flush, fsync, fdatasync, can't be done eaily
                  with file system commands only
testpgfsql.c    - standalone tests of libpq interface (for instance
                  how to handle timestamps)
redhat          - package files for Redhat like Linux systems
debian          - package fiels for Debian like Linux systems