Fix typo in origin.c

Introduced in 5aa2350.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PsuWz6_7aCmivNU5FahgQxDUTQtc3+__XnWkBzQcfn43w@mail.gmail.com
pull/82/head
Michael Paquier 4 years ago
parent 7e367924e3
commit 59a32f0093
  1. 2
      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 * 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 * array doesn't have to be searched when calling
* replorigin_session_advance(). * replorigin_session_advance().
* *

Loading…
Cancel
Save