Try again to make the visibility map crash safe.

Robert Haas <rhaas@postgresql.org>

Commit: e16954f3d27fa8e16c379ff6623ae18d6250a39c
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-06-27T17:55:55Z
Releases: 9.2.0
Try again to make the visibility map crash safe.

My previous attempt was quite a bit less than half-baked with respect to
heap_update().

Files

PathChange+/−
src/backend/access/heap/heapam.c modified +21 −24
src/backend/access/heap/hio.c modified +78 −19
src/include/access/hio.h modified +1 −1