pgsql: Try again to make the visibility map crash safe.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Try again to make the visibility map crash safe.
Date: 2011-06-27 18:01:47
Message-ID: E1QbG83-0000Rb-Kz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-06-27 18:02:20 Re: [COMMITTERS] pgsql: Make the visibility map crash-safe.
Previous Message Robert Haas 2011-06-27 14:40:27 pgsql: Mention that SSPI authentication can use GSSAPI on non-Windows s