Skip to content

Commit 962951b

Browse files
committed
Fix typo in code comment
Reported-by: Kevin Zheng <1642644905@qq.com> Discussion: https://www.postgresql.org/message-id/flat/17341-d913ddb626c5c08c%40postgresql.org
1 parent 2e577c9 commit 962951b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/freespace/freespace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
/*
6868
* Depth of the on-disk tree. We need to be able to address 2^32-1 blocks,
6969
* and 1626 is the smallest number that satisfies X^3 >= 2^32-1. Likewise,
70-
* 216 is the smallest number that satisfies X^4 >= 2^32-1. In practice,
70+
* 256 is the smallest number that satisfies X^4 >= 2^32-1. In practice,
7171
* this means that 4096 bytes is the smallest BLCKSZ that we can get away
7272
* with a 3-level tree, and 512 is the smallest we support.
7373
*/

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy