"Kevin Grittner" <kevin.gritt...@wicourts.gov> writes:
> Greg Stark <st...@enterprisedb.com> wrote: 
>> tuptoaster.c only has one definition of "small enough" which is
>> whether the record is smaller than TOAST_TUPLE_THRESHOLD.
 
> So what *is* the difference between EXTENDED and MAIN?

EXTENDED columns get pushed out first.  So if you have some EXTENDED
columns and some MAIN columns, it'll give preference to keeping the
MAIN columns in-line.  In the OP's case there's only one wide column
so this is of no help.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to