Minor accuracy issue - Mailing list pgsql-docs

From PG Doc comments form
Subject Minor accuracy issue
Date
Msg-id 171752927650.2021730.2644698932192475349@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Minor accuracy issue
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/limits.html
Description:

Under page "https://www.postgresql.org/docs/current/limits.html", it is
mentioned:

relation size - 32TB
rows per table - limited by the number of tuples that can fit onto
4,294,967,295 pages


32 TB is 35,184,372,088,832 bytes (32*1024*1024*1024*1024).
When we divide this by 8192, we get 4,294,967,296.

So why limit is mentioned 4,294,967,295 pages, instead of 4,294,967,296
pages ?

pgsql-docs by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Ambiguous description on new columns
Next
From: PG Doc comments form
Date:
Subject: I get ERROR: column "table_name" does not exist