pgsql: During transaction cleanup, release locks before deleting files.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: During transaction cleanup, release locks before deleting files.
Дата
Msg-id E1SfAuu-0007S8-57@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
During transaction cleanup, release locks before deleting files.

There's no need to hold onto the locks until the files are needed,
and by doing it this way, we reduce the impact on other backends who
may be awaiting locks we hold.

Noah Misch

Branch
------
master

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

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


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Add new function log_newpage_buffer.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: New SQL functons pg_backup_in_progress() and pg_backup_start_tim