pgsql/src include/access/tuptoaster.h backend/ ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src include/access/tuptoaster.h backend/ ...
Date: 2001-02-15 20:57:02
Message-ID: 200102152057.f1FKv2X35122@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/02/15 15:57:01

Modified files:
src/include/access: tuptoaster.h
src/backend/access/heap: tuptoaster.c
src/backend/access/common: indextuple.c

Log message:
Although we can't support out-of-line TOAST storage in indexes (yet),
compressed storage works perfectly well. Might as well have a coherent
strategy for applying it, rather than the haphazard store-what-you-get
approach that was in the code before. The strategy I've set up here is
to attempt compression of any compressible index value exceeding
BLCKSZ/16, or about 500 bytes by default.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-02-15 21:11:18 pgsql/doc/src/sgml/ref declare.sgml
Previous Message Tom Lane 2001-02-15 19:03:35 pgsql/doc/src/sgml xfunc.sgml