summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 07:48:40 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 07:48:40 +0200
commit4f806ad00f8179e0007bcbc3d6114cddae0a533b (patch)
treef5b1b3c47c05fbf0cfd1a02368c86902bb2356c6 /TODO
parentdda8a2b8a6be653e60ae92a0841494e0521201a8 (diff)
downloadpgfuse-4f806ad00f8179e0007bcbc3d6114cddae0a533b.tar.gz
pgfuse-4f806ad00f8179e0007bcbc3d6114cddae0a533b.tar.bz2
removed size from PgFuseFile, update metadata on every write
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 09d6b1d..4477246 100644
--- a/TODO
+++ b/TODO
@@ -3,9 +3,6 @@ TODO list (in order of priority)
- add tests for sparse files and funny read/write operations
- sort out transaction
-- remove buffer in PgFuseFile, it causes synchronization
- trouble, transaction trouble and is most likely not
- necessary
- allow for size_t and off_t (check int4 which should
be int8, use be64ton and not htonl), flag for 64-bit
(large filesystem)?