| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Mention oid8 TOAST values in the limits appendix |
| Date: | 2026-09-23 10:57:44 |
| Message-ID: | E1x9KfY-00000000u21-3TTC@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: Mention oid8 TOAST values in the limits appendix
limits.sgml mentioned the limit related to oid values in TOAST tables,
where up to 2^32 out-of-line values can be stored. This section did not
mention oid8 values, able to lift this limitation, for up to 2^64
out-of-line values.
Oversight in 6e58d6356fcb.
Reported-by: John Naylor <johncnaylorls(at)gmail(dot)com>
Author: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/CANWCAZa+pWZL1Zjep1pz1F0sVWwNOQf+QfGErOaiUvC10Yr2XA@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/74b89f8f968de13d653642b0a21521d20b71af61
Modified Files
--------------
doc/src/sgml/limits.sgml | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2026-09-23 12:12:53 | pgsql: doc: Fix example output for format() |
| Previous Message | John Naylor | 2026-09-23 10:36:02 | pgsql: Clean up usage of hash_any() and hash_any_extended() |