Author: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
Peter Eisentraut 2018-02-12 22:39:52 -05:00
parent 8237f27b50
commit ebdb42a0d6
1 changed files with 1 additions and 1 deletions

View File

@ -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);