pgsql: Migrate replication slot I/O locks into a separate tranche.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Migrate replication slot I/O locks into a separate tranche.
Date: 2016-01-29 14:46:45
Message-ID: E1aPAJx-0005x4-Bk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Migrate replication slot I/O locks into a separate tranche.

This is following in a long train of similar changes and for the same
reasons - see b319356f0e94a6482c726cf4af96597c211d8d6e and
fe702a7b3f9f2bc5bf6d173166d7d55226af82c8 inter alia.

Author: Amit Kapila
Reviewed-by: Alexander Korotkov, Robert Haas

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2251179e6ad3a865d2f55e1832fab34608fcce43

Modified Files
--------------
src/backend/replication/slot.c | 14 +++++++++++---
src/backend/storage/lmgr/lwlock.c | 3 ---
src/include/replication/slot.h | 2 +-
src/include/storage/lwlock.h | 1 +
4 files changed, 13 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-01-30 15:32:57 pgsql: postgres_fdw: More preliminary refactoring for upcoming join pus
Previous Message Robert Haas 2016-01-29 13:15:34 pgsql: Migrate PGPROC's backendLock into PGPROC itself, using a new tra