pgsql: doc: Mention oid8 TOAST values in the limits appendix - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Mention oid8 TOAST values in the limits appendix
Date
Msg-id E1x9KfY-00000000u21-3TTC@gemulon.postgresql.org
Whole thread
List 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@gmail.com>
Author: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.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(-)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Clean up usage of hash_any() and hash_any_extended()
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix example output for format()