OSDN Git Service

Temporary fix to make TOAST vacuum-safe. All values are forced to be
authorJan Wieck <JanWieck@Yahoo.com>
Fri, 21 Jul 2000 10:31:31 +0000 (10:31 +0000)
committerJan Wieck <JanWieck@Yahoo.com>
Fri, 21 Jul 2000 10:31:31 +0000 (10:31 +0000)
commit82f3945a671aca50f63e87f7395d5948a2489e7b
tree300d84aab8fbb651b1c85245faf4e5269322a923
parent9e85183bfc31c05bec81585ee43a27b6402a5c02
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
src/backend/access/heap/heapam.c
src/backend/access/heap/tuptoaster.c
src/include/access/tuptoaster.h