pgsql: Allow transactions that don't write WAL to commit asynchronously

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Allow transactions that don't write WAL to commit asynchronously
Дата
Msg-id E1PUk70-0004QY-Bq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow transactions that don't write WAL to commit asynchronously.

This case can arise if a transaction has written data, but only to
temporary tables.  Loss of the commit record in case of a crash won't
matter, because the temporary tables will be lost anyway.

Reviewed by Heikki Linnakangas and Simon Riggs.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=f6a0863e3cb72763490ceca2c558d5ef2dddd5f2

Modified Files
--------------
src/backend/access/transam/xact.c |   33 +++++++++++++++++++++++----------
1 files changed, 23 insertions(+), 10 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Allow bidirectional copy messages in streaming replication mode.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Work around unfortunate getppid() behavior on BSD-ish systems.