aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-09 16:56:44 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-09 16:56:44 +0000
commitcd5dfb65a9318e2e64feb9b39540f5f4a8c27da7 (patch)
tree1b8e60c6a835c77850701e2710df8a4b4d84ca4a /src
parentb9c0096d9778e35d50a8df5afbee8544f5e7b58b (diff)
downloadpostgresql-cd5dfb65a9318e2e64feb9b39540f5f4a8c27da7.tar.gz
postgresql-cd5dfb65a9318e2e64feb9b39540f5f4a8c27da7.zip
Add mention block size <= 32k.
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 20e5e5c3777..b4e8a485e2b 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -34,6 +34,7 @@
* Size of a disk block --- currently, this limits the size of a tuple.
* You can set it bigger if you need bigger tuples.
*/
+/* currently must be <= 32k bjm */
#define BLCKSZ 8192
/*