From ff006494b11a7e4ed0246300d6e0fe72a7479c04 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Fri, 6 May 2022 19:16:45 +1000 Subject: [PATCH v1] Fix typo in comment --- src/backend/replication/logical/origin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/replication/logical/origin.c b/src/backend/replication/logical/origin.c index b0c8b6c..21937ab 100644 --- a/src/backend/replication/logical/origin.c +++ b/src/backend/replication/logical/origin.c @@ -1059,7 +1059,7 @@ ReplicationOriginExitCleanup(int code, Datum arg) /* * Setup a replication origin in the shared memory struct if it doesn't - * already exists and cache access to the specific ReplicationSlot so the + * already exist and cache access to the specific ReplicationSlot so the * array doesn't have to be searched when calling * replorigin_session_advance(). * -- 1.8.3.1