mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add mention block size <= 32k.
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
* Size of a disk block --- currently, this limits the size of a tuple.
|
||||
* You can set it bigger if you need bigger tuples.
|
||||
*/
|
||||
/* currently must be <= 32k bjm */
|
||||
#define BLCKSZ 8192
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user