BUG #17341: The comment of the source code is not correct

Started by PG Bug reporting formover 4 years ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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.

#2Peter Eisentraut
peter_e@gmx.net
In reply to: PG Bug reporting form (#1)
Re: BUG #17341: The comment of the source code is not correct

On 21.12.21 11:32, PG Bug reporting form wrote:

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.

fixed, thanks