* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.376 2007/02/16 17:07:00 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.377 2007/02/23 21:36:18 momjian Exp $
*
*--------------------------------------------------------------------
*/
endptr += 2;
}
+#if BLCKSZ < 1024
+#error BLCKSZ must be >= 1024
+#endif
+
if (used)
{
switch (flags & GUC_UNIT_MEMORY)
* 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 $
*------------------------------------------------------------------------
*/
*/
#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 *