mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 00:03:23 -04:00
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.