]> granicus.if.org Git - postgresql/commit
Migrate replication slot I/O locks into a separate tranche.
authorRobert Haas <rhaas@postgresql.org>
Fri, 29 Jan 2016 14:44:29 +0000 (09:44 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 29 Jan 2016 14:45:38 +0000 (09:45 -0500)
commit2251179e6ad3a865d2f55e1832fab34608fcce43
treeb954281d29f2d8b54a41d2080845d03831f15ccb
parentb319356f0e94a6482c726cf4af96597c211d8d6e
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
src/backend/replication/slot.c
src/backend/storage/lmgr/lwlock.c
src/include/replication/slot.h
src/include/storage/lwlock.h