summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-04-17 15:58:04 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-04-17 15:58:04 +0200
commit36b1a442815ebe821aaaf6388fbd0d75b853a44a (patch)
treeaf19769c360c12fbbc17380adb68e68077de39ff /TODO
parentb431181bd1830beed98aed6569fe399a3636c88b (diff)
downloadpgfuse-36b1a442815ebe821aaaf6388fbd0d75b853a44a.tar.gz
pgfuse-36b1a442815ebe821aaaf6388fbd0d75b853a44a.tar.bz2
improved statfs (symlink handling, handling of default PGDATA)
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index bff7c24..45de361 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,10 @@
TODO list (in order of priority)
---------
-- integrate statfs patch:
- - no Perl, Shell, Posix df dependency
+- integrate statfs patch
+ - find alteratives way to determine PGDATA at runtime (by NOT
+ asking the Postgresql server)
+ - find a way to calculate PGDATA while compiling
- handling of most file system metadata
- ownership: how is this done depending on
per-user or root mounts? think about security