summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-18 21:04:29 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-18 21:04:29 +0200
commitdda8a2b8a6be653e60ae92a0841494e0521201a8 (patch)
tree47be463e451be2b3860b23a37b1c0e5826e6f16a /TODO
parent33e10221f515899116faa30f0d79d34b5f0bfff6 (diff)
downloadpgfuse-dda8a2b8a6be653e60ae92a0841494e0521201a8.tar.gz
pgfuse-dda8a2b8a6be653e60ae92a0841494e0521201a8.tar.bz2
updated TODO list
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 454cdde..09d6b1d 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
TODO list (in order of priority)
---------
-- remove the size limitations, change the storage to
- a bytea (in blocks) as in mysqlfs.
+- 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