From d34b4e71a6b3a09acd94be26ff5ce52b0ea055d2 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 22 Feb 2021 13:28:27 +0900 Subject: [PATCH] Fix incorrect comment --- repmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index 746b5763..12ad8119 100644 --- a/repmgr.c +++ b/repmgr.c @@ -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);