Thread

Commits

  1. Fix typo in code comment

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

    The Post Office <noreply@postgresql.org> — 2021-12-21T10:32:40Z

    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.
    
    
  2. Re: BUG #17341: The comment of the source code is not correct

    Peter Eisentraut <peter.eisentraut@enterprisedb.com> — 2021-12-22T06:53:27Z

    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