Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1911c9 commit f70a7e3Copy full SHA for f70a7e3
src/include/pg_config.h.in
@@ -8,7 +8,7 @@
8
* or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your
9
* changes will be overwritten the next time you run configure.
10
*
11
- * $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 $
12
*/
13
14
#ifndef PG_CONFIG_H
@@ -124,6 +124,7 @@
124
* should reduce the need to have large tuples, since fields can now
125
* be spread across multiple tuples).
126
127
+ * BLCKSZ must be a power of 2.
128
* The maximum possible value of BLCKSZ is currently 2^15 (32768).
129
* This is determined by the 15-bit widths of the lp_off and lp_len
130
* fields in ItemIdData (see include/storage/itemid.h).
0 commit comments