Author: Masahiko Sawada <sawada.mshk@gmail.com>
pull/31/merge
Peter Eisentraut 8 years ago
parent 8237f27b50
commit ebdb42a0d6
  1. 2
      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);

Loading…
Cancel
Save