1
0
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:
Bruce Momjian
1999-07-09 16:56:44 +00:00
parent b9c0096d97
commit cd5dfb65a9
2 changed files with 3 additions and 0 deletions

View File

@ -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
/*