Обсуждение: pgsql: Try again to make the visibility map crash safe.

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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(-)