summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 11:14:33 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 11:14:33 +0200
commita5923caf474983e14477498117fabb041805fd04 (patch)
treee6a40a174d064acb2c7ab5a3b1e6366193b8b7d8 /TODO
parent4a88c817b17498e72a95589f887197ab43edc491 (diff)
downloadpgfuse-a5923caf474983e14477498117fabb041805fd04.tar.gz
pgfuse-a5923caf474983e14477498117fabb041805fd04.tar.bz2
added first simple transaction policy (per FUSE operation)
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index ca8343f..ea073a9 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,6 @@ TODO list (in order of priority)
---------
- add tests for sparse files and funny read/write operations
-- what is a transaction? couple to fsync/fdatasync
- for files? other ideas? customizable?
- allow for size_t and off_t (check int4 which should
be int8, use be64ton and not htonl), flag for 64-bit
(large filesystem)?