mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
doc: 1-byte varlena headers can be used for user PLAIN storage
This also updates some C comments. Reported-by: suchithjn22@gmail.com Discussion: https://postgr.es/m/167336599095.2667301.15497893107226841625@wrigleys.postgresql.org Author: Laurenz Albe (doc patch) Backpatch-through: 11
This commit is contained in:
@ -456,9 +456,7 @@ for storing <acronym>TOAST</acronym>-able columns on disk:
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>PLAIN</literal> prevents either compression or
|
||||
out-of-line storage; furthermore it disables use of single-byte headers
|
||||
for varlena types.
|
||||
This is the only possible strategy for
|
||||
out-of-line storage. This is the only possible strategy for
|
||||
columns of non-<acronym>TOAST</acronym>-able data types.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user