Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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: Fri, 21 Jul 2000 06:31:31 -0400 (EDT)
  • Message-id: <200007211031.e6LAVVS48971@hub.org> <text/plain>

  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




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group