BUG #17341: The comment of the source code is not correct
The Post Office <noreply@postgresql.org>
From: PG Bug reporting form <noreply@postgresql.org>
To: pgsql-bugs@lists.postgresql.org
Cc: 1642644905@qq.com
Date: 2021-12-21T10:32:40Z
Lists: pgsql-bugs
The following bug has been logged on the website: Bug reference: 17341 Logged by: Kevin Zheng Email address: 1642644905@qq.com PostgreSQL version: 14.1 Operating system: All Description: Search "216 is the smallest number that satisfies X^4 >= 2^32-1." in src\backend\storage\freespace\freespace.c The smallest number is 256 instead of 216.
Commits
-
Fix typo in code comment
- 962951be3ce3 15.0 landed