Commit ebdb42a0 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

Author: Masahiko Sawada <sawada.mshk@gmail.com>
parent 8237f27b
...@@ -341,7 +341,7 @@ replorigin_drop(RepOriginId roident, bool nowait) ...@@ -341,7 +341,7 @@ replorigin_drop(RepOriginId roident, bool nowait)
/* /*
* To interlock against concurrent drops, we hold ExclusiveLock on * To interlock against concurrent drops, we hold ExclusiveLock on
* pg_replication_origin throughout this funcion. * pg_replication_origin throughout this function.
*/ */
rel = heap_open(ReplicationOriginRelationId, ExclusiveLock); rel = heap_open(ReplicationOriginRelationId, ExclusiveLock);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment