mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user