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

From: Jan Wieck <wieck>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/heap (heapam.c tuptoaster.c)
Date: 2000-07-21 10:31:31
Message-ID: 200007211031.e6LAVVS48971@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, July 21, 2000 @ 06:31:30
Author: wieck

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

Modified Files:
heapam.c tuptoaster.c

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

Temporary fix to make TOAST vacuum-safe. All values are forced to be
in memory (plain or compressed) in the tuple returned from the heap-am.
So no index will ever contain an external reference.

Jan

Browse pgsql-committers by date

  From Date Subject
Next Message Jan Wieck 2000-07-21 10:31:33 pgsql/src/include/access (tuptoaster.h)
Previous Message Tom Lane 2000-07-21 06:42:40 pgsql/src/include/storage (bufpage.h)