mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Fix incorrect comment
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -194,7 +194,7 @@ repmgr_shmem_startup(void)
|
|||||||
shared_state = NULL;
|
shared_state = NULL;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create or attach to the shared memory state, including hash table
|
* Create or attach to the shared memory state
|
||||||
*/
|
*/
|
||||||
LWLockAcquire(AddinShmemInitLock, LW_EXCLUSIVE);
|
LWLockAcquire(AddinShmemInitLock, LW_EXCLUSIVE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user