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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Try again to make the visibility map crash safe.
Дата
Msg-id E1QbG83-0000Rb-Kz@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Mention that SSPI authentication can use GSSAPI on non-Windows s
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow callers to pass a missing_ok flag when opening a relation.