diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-05-06 20:01:15 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-05-06 20:01:15 +0900 |
commit | 59a32f00937c85fe944cf1fac3e8b98d091e2bc6 (patch) | |
tree | 4a10c0dfdb8519643b89925c67550f51442c647d /src | |
parent | 7e367924e33e47e0b0b135b0649c406a589bd496 (diff) | |
download | postgresql-59a32f00937c85fe944cf1fac3e8b98d091e2bc6.tar.gz postgresql-59a32f00937c85fe944cf1fac3e8b98d091e2bc6.zip |
Fix typo in origin.c
Introduced in 5aa2350.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PsuWz6_7aCmivNU5FahgQxDUTQtc3+__XnWkBzQcfn43w@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/logical/origin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/origin.c b/src/backend/replication/logical/origin.c index b0c8b6c0772..21937ab2d31 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(). * |