pgsql: During transaction cleanup, release locks before deleting files. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: During transaction cleanup, release locks before deleting files.
Date
Msg-id E1SfAuu-0007S8-57@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add new function log_newpage_buffer.
Next
From: Robert Haas
Date:
Subject: pgsql: New SQL functons pg_backup_in_progress() and pg_backup_start_tim