mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +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