Migrate replication slot I/O locks into a separate tranche.
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/slot.c | modified | +11 −3 |
| src/backend/storage/lmgr/lwlock.c | modified | +0 −3 |
| src/include/replication/slot.h | modified | +1 −1 |
| src/include/storage/lwlock.h | modified | +1 −0 |