summaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-02-23 21:36:19 +0000
committerBruce Momjian <bruce@momjian.us>2007-02-23 21:36:19 +0000
commit9cc2a71c3818f9670be989435c2021af407e87ce (patch)
tree4c62ad97a5465a148093f09fd9ca681bac682d89 /src/include/pg_config_manual.h
parente7aa8ab2abc56a0137fb91f2f121bef11912d72e (diff)
downloadpostgresql-9cc2a71c3818f9670be989435c2021af407e87ce.tar.gz
Move BLCKSZ < 1024 check to guc.c.
Diffstat (limited to 'src/include/pg_config_manual.h')
-rw-r--r--src/include/pg_config_manual.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index fba9ffac23..a5b3f98a8e 100644
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -6,7 +6,7 @@
* for developers. If you edit any of these, be sure to do a *full*
* rebuild (and an initdb if noted).
*
- * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.25 2007/02/20 23:49:38 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.26 2007/02/23 21:36:19 momjian Exp $
*------------------------------------------------------------------------
*/
@@ -25,10 +25,6 @@
*/
#define BLCKSZ 8192
-#if BLCKSZ < 1024
-#error BLCKSZ must be >= 1024
-#endif
-
/*
* RELSEG_SIZE is the maximum number of blocks allowed in one disk
* file. Thus, the maximum size of a single file is RELSEG_SIZE *