pgsql/src/backend/access/heap (tuptoaster.c)

From: Tom Lane <tgl(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/heap (tuptoaster.c)
Date: 2000-10-23 23:42:05
Message-ID: 200010232342.e9NNg5792722@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, October 23, 2000 @ 19:42:04
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/heap
from hub.org:/home/projects/pgsql/tmp/cvs-serv92718

Modified Files:
tuptoaster.c

----------------------------- Log Message -----------------------------

If a field is incompressible ('compressed' data is actually larger than
source, due to addition of header overhead), store it as plain data
rather than pseudo-compressed data. This saves a few microseconds when
reading it out, but much more importantly guarantees that the toaster
won't actually expand tuples that contain incompressible data. That's
essential to avoid 'Tuple too big' failures with large objects.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-10-24 00:04:12 pgsql/src/test/examples (Makefile testlo2.c)
Previous Message Bruce Momjian - CVS 2000-10-23 22:15:37 pgsql/doc (TODO)