pgsql/src/include/access (tuptoaster.h) - Mailing list pgsql-committers

From Jan Wieck
Subject pgsql/src/include/access (tuptoaster.h)
Date
Msg-id 200007211031.e6LAVXb48978@hub.org
Whole thread Raw
List pgsql-committers
  Date: Friday, July 21, 2000 @ 06:31:32
Author: wieck

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

Modified Files:
    tuptoaster.h

-----------------------------  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


pgsql-committers by date:

Previous
From: Jan Wieck
Date:
Subject: pgsql/src/backend/access/heap (heapam.c tuptoaster.c)
Next
From: Jan Wieck
Date:
Subject: pgsql/src/backend/access/heap (heapam.c)