Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e577c9 commit 962951bCopy full SHA for 962951b
src/backend/storage/freespace/freespace.c
@@ -67,7 +67,7 @@
67
/*
68
* Depth of the on-disk tree. We need to be able to address 2^32-1 blocks,
69
* 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,
+ * 256 is the smallest number that satisfies X^4 >= 2^32-1. In practice,
71
* this means that 4096 bytes is the smallest BLCKSZ that we can get away
72
* with a 3-level tree, and 512 is the smallest we support.
73
*/
0 commit comments