projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8237f27
)
Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 13 Feb 2018 03:39:52 +0000
(22:39 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 13 Feb 2018 03:39:52 +0000
(22:39 -0500)
Author: Masahiko Sawada <sawada.mshk@gmail.com>
src/backend/replication/logical/origin.c
patch
|
blob
|
history
diff --git
a/src/backend/replication/logical/origin.c
b/src/backend/replication/logical/origin.c
index 5cc9a955d775bbfaa5f203b846ec1612797eeefe..963878a5d87cb4852e416e9c4f659c2642faae9a 100644
(file)
--- a/
src/backend/replication/logical/origin.c
+++ b/
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 func
t
ion.
*/
rel = heap_open(ReplicationOriginRelationId, ExclusiveLock);