diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-08-25 18:05:54 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-08-25 18:05:54 +0000 |
commit | 3d3ca010aa7d74f9f88ee7f3659c49dee0dcee6b (patch) | |
tree | 53f7897823e6e525a6e83d708948ab01ec152b95 /src/backend/commands/trigger.c | |
parent | a5da56d320970e76687f3d73e930952d5a8c87f2 (diff) | |
download | postgresql-3d3ca010aa7d74f9f88ee7f3659c49dee0dcee6b.tar.gz postgresql-3d3ca010aa7d74f9f88ee7f3659c49dee0dcee6b.zip |
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.
Diffstat (limited to 'src/backend/commands/trigger.c')
0 files changed, 0 insertions, 0 deletions