mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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 - seeb319356f0e
andfe702a7b3f
inter alia. Author: Amit Kapila Reviewed-by: Alexander Korotkov, Robert Haas
This commit is contained in:
@@ -109,7 +109,7 @@ typedef struct ReplicationSlot
|
||||
ReplicationSlotPersistentData data;
|
||||
|
||||
/* is somebody performing io on this slot? */
|
||||
LWLock *io_in_progress_lock;
|
||||
LWLock io_in_progress_lock;
|
||||
|
||||
/* all the remaining data is only used for logical slots */
|
||||
|
||||
|
Reference in New Issue
Block a user