Skip to content
Snippets Groups Projects
Commit 3d3ca010 authored by Tom Lane's avatar Tom Lane
Browse files

Avoid creating a TOAST table if we can prove that the maximum tuple

length is < TOAST_TUPLE_THRESHOLD, even with toastable column types
present.  For example, CREATE TABLE foo (f1 int, f2 varchar(100))
does not require a toast table, even though varchar is a toastable
type.
parent a5da56d3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment