summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-04-15 18:52:51 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-04-15 18:52:51 +0200
commit906665d02eefdc98b93edab645e8f0c08c5dfdf3 (patch)
tree0256d5dee7a609da5f179c772cb78a8258663d61 /TODO
parent75d12c2bd82cccec8847703e95ceec4fef9588f2 (diff)
downloadpgfuse-906665d02eefdc98b93edab645e8f0c08c5dfdf3.tar.gz
pgfuse-906665d02eefdc98b93edab645e8f0c08c5dfdf3.tar.bz2
started to rewrite, removed dependecy on shell/Perl
resulting a fictive number for free files and free blocks for now added test cases removed function.sql
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 739f1a8..9aa7191 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,11 @@
TODO list (in order of priority)
---------
+- integrate statfs patch:
+ - Can't do this, as the db user must be underprivileged:
+ show data_directory;
+ ERROR: must be superuser to examine "data_directory"
+ - no Perl, Shell, Posix df dependency
- handling of most file system metadata
- ownership: how is this done depending on
per-user or root mounts? think about security