Fix incorrect comment

This commit is contained in:
Ian Barwick
2021-02-22 13:28:27 +09:00
parent 12749c3f63
commit d34b4e71a6

View File

@@ -194,7 +194,7 @@ repmgr_shmem_startup(void)
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);