From: Peter Eisentraut Date: Tue, 13 Feb 2018 03:39:52 +0000 (-0500) Subject: Fix typo X-Git-Tag: jit-before-rebase-2018-02-14~27 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ebdb42a0d6a61b93a5bb9f4204408edf5959332c;p=users%2Fandresfreund%2Fpostgres.git Fix typo Author: Masahiko Sawada --- diff --git a/src/backend/replication/logical/origin.c b/src/backend/replication/logical/origin.c index 5cc9a955d7..963878a5d8 100644 --- a/src/backend/replication/logical/origin.c +++ b/src/backend/replication/logical/origin.c @@ -341,7 +341,7 @@ replorigin_drop(RepOriginId roident, bool nowait) /* * 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);