summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-05-06 12:51:36 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-05-06 12:51:36 +0200
commitbc26616b1af435f7c7509ff3f5b70bc3991015b2 (patch)
tree11fd917530d860b3e59bc5d2075729a90f464a72 /config.h
parentb80d19d023149d81fc80ff873d96cf14617db06d (diff)
downloadpgfuse-bc26616b1af435f7c7509ff3f5b70bc3991015b2.tar.gz
pgfuse-bc26616b1af435f7c7509ff3f5b70bc3991015b2.tar.bz2
added mount option blocksize, can be set when creating the filsystem
(first write), schema.sql doesn't contain block size information anymore
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 3c3b738..57cfba6 100644
--- a/config.h
+++ b/config.h
@@ -1,3 +1,4 @@
+
/*
Copyright (C) 2012 Andreas Baumann <abaumann@yahoo.com>
@@ -24,7 +25,7 @@
/* standard block size, that's the split size for the byta column in data */
-#define STANDARD_BLOCK_SIZE 4096
+#define DEFAULT_BLOCK_SIZE 4096
/* maximum length of a filename , rather arbitrary choice */