Skip to content

Commit 59a32f0

Browse files
committed
Fix typo in origin.c
Introduced in 5aa2350. Author: Peter Smith Discussion: https://postgr.es/m/CAHut+PsuWz6_7aCmivNU5FahgQxDUTQtc3+__XnWkBzQcfn43w@mail.gmail.com
1 parent 7e36792 commit 59a32f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/origin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ ReplicationOriginExitCleanup(int code, Datum arg)
10591059

10601060
/*
10611061
* Setup a replication origin in the shared memory struct if it doesn't
1062-
* already exists and cache access to the specific ReplicationSlot so the
1062+
* already exist and cache access to the specific ReplicationSlot so the
10631063
* array doesn't have to be searched when calling
10641064
* replorigin_session_advance().
10651065
*

0 commit comments

Comments
 (0)