pgsql: Try again to make the visibility map crash safe. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Try again to make the visibility map crash safe.
Date
Msg-id E1QbG83-0000Rb-Kz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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().

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e16954f3d27fa8e16c379ff6623ae18d6250a39c

Modified Files
--------------
src/backend/access/heap/heapam.c |   45 ++++++++---------
src/backend/access/heap/hio.c    |   97 ++++++++++++++++++++++++++++++-------
src/include/access/hio.h         |    2 +-
3 files changed, 100 insertions(+), 44 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Mention that SSPI authentication can use GSSAPI on non-Windows s
Next
From: Robert Haas
Date:
Subject: pgsql: Allow callers to pass a missing_ok flag when opening a relation.