From f70a7e3832593c3807ed8786fb5041f81658be85 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Mon, 25 Feb 2002 17:11:22 +0000
Subject: [PATCH] Add note that BLCKSZ must be a power of 2.

---
 src/include/pg_config.h.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index b96f90a41ae..a803a7ee46a 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -8,7 +8,7 @@
  * or in pg_config.h afterwards.  Of course, if you edit pg_config.h, then your
  * changes will be overwritten the next time you run configure.
  *
- * $Id: pg_config.h.in,v 1.17 2002/02/23 04:17:46 petere Exp $
+ * $Id: pg_config.h.in,v 1.18 2002/02/25 17:11:22 tgl Exp $
  */
 
 #ifndef PG_CONFIG_H
@@ -124,6 +124,7 @@
  * should reduce the need to have large tuples, since fields can now
  * be spread across multiple tuples).
  *
+ * BLCKSZ must be a power of 2.
  * The maximum possible value of BLCKSZ is currently 2^15 (32768).
  * This is determined by the 15-bit widths of the lp_off and lp_len
  * fields in ItemIdData (see include/storage/itemid.h).
-- 
GitLab