projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e577c9
)
Fix typo in code comment
author
Peter Eisentraut
Wed, 22 Dec 2021 06:52:18 +0000
(07:52 +0100)
committer
Peter Eisentraut
Wed, 22 Dec 2021 06:52:18 +0000
(07:52 +0100)
Reported-by: Kevin Zheng <
[email protected]
>
Discussion: https://www.postgresql.org/message-id/flat/17341-
d913ddb626c5c08c
%40postgresql.org
src/backend/storage/freespace/freespace.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/freespace/freespace.c
b/src/backend/storage/freespace/freespace.c
index 09d4b16067dec5396903dec763d455eaf7319600..839d81662f0c27a2899111415946ff0c34927a41 100644
(file)
--- a/
src/backend/storage/freespace/freespace.c
+++ b/
src/backend/storage/freespace/freespace.c
@@
-67,7
+67,7
@@
/*
* Depth of the on-disk tree. We need to be able to address 2^32-1 blocks,
* and 1626 is the smallest number that satisfies X^3 >= 2^32-1. Likewise,
- * 2
1
6 is the smallest number that satisfies X^4 >= 2^32-1. In practice,
+ * 2
5
6 is the smallest number that satisfies X^4 >= 2^32-1. In practice,
* this means that 4096 bytes is the smallest BLCKSZ that we can get away
* with a 3-level tree, and 512 is the smallest we support.
*/