Fix typo in origin.c
authorMichael Paquier <michael@paquier.xyz>
Fri, 6 May 2022 11:01:15 +0000 (20:01 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 6 May 2022 11:01:15 +0000 (20:01 +0900)
Introduced in 5aa2350.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PsuWz6_7aCmivNU5FahgQxDUTQtc3+__XnWkBzQcfn43w@mail.gmail.com

src/backend/replication/logical/origin.c

index b0c8b6c0772df864f4f8442f9096188d0da2ec0b..21937ab2d3159d8fab6f1e2cd733d3961889f09b 100644 (file)
@@ -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().
  *