mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Fix typo
Author: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
parent
8237f27b50
commit
ebdb42a0d6
@ -341,7 +341,7 @@ replorigin_drop(RepOriginId roident, bool nowait)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* To interlock against concurrent drops, we hold ExclusiveLock on
|
* 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);
|
rel = heap_open(ReplicationOriginRelationId, ExclusiveLock);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user