Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf70a7e3

Browse files
committed
Add note that BLCKSZ must be a power of 2.
1 parentc1911c9 commitf70a7e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/pg_config.h.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your
99
* changes will be overwritten the next time you run configure.
1010
*
11-
* $Id: pg_config.h.in,v 1.17 2002/02/23 04:17:46 petere Exp $
11+
* $Id: pg_config.h.in,v 1.18 2002/02/2517:11:22 tgl Exp $
1212
*/
1313

1414
#ifndefPG_CONFIG_H
@@ -124,6 +124,7 @@
124124
* should reduce the need to have large tuples, since fields can now
125125
* be spread across multiple tuples).
126126
*
127+
* BLCKSZ must be a power of 2.
127128
* The maximum possible value of BLCKSZ is currently 2^15 (32768).
128129
* This is determined by the 15-bit widths of the lp_off and lp_len
129130
* fields in ItemIdData (see include/storage/itemid.h).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp