mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 17:16:43 -04:00
Fix typo
Author: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
parent
8237f27b50
commit
ebdb42a0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue