pgsql: Revert the default toast compression strategy to the former

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert the default toast compression strategy to the former
Date: 2009-01-06 15:51:38
Message-ID: 20090106155138.65DCB754A1B@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Revert the default toast compression strategy to the former behavior
where there's no limit on the size of datum we'll try to compress.
Other 8.4 tweaks to the behavior remain in place. Per discussion.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
pg_lzcompress.c (r1.32 -> r1.33)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/pg_lzcompress.c?r1=1.32&r2=1.33)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-01-06 16:39:52 pgsql: Change a couple of ill-advised uses of INFO elog level to
Previous Message Tom Lane 2009-01-06 15:38:44 pgsql: Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *)