Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit962951b

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 parent2e577c9 commit962951b

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)

[8]ページ先頭

©2009-2025 Movatter.jp