projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0e0b4
)
Fix typo
author
Alvaro Herrera
Tue, 9 Apr 2019 16:59:53 +0000
(12:59 -0400)
committer
Alvaro Herrera
Tue, 9 Apr 2019 17:00:12 +0000
(13:00 -0400)
src/backend/replication/slotfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/slotfuncs.c
b/src/backend/replication/slotfuncs.c
index d7c53c54bdb94f43c9dc55687ca48a7bf527d915..182fe5bc82509f2c57be64cc1d2084b851a618f8 100644
(file)
--- a/
src/backend/replication/slotfuncs.c
+++ b/
src/backend/replication/slotfuncs.c
@@
-730,7
+730,7
@@
copy_replication_slot(FunctionCallInfo fcinfo, bool logical_slot)
SpinLockRelease(&src->mutex);
/*
- * Check if the source slot still exists and is valid. We regard
s
it
+ * Check if the source slot still exists and is valid. We regard it
* as invalid if the type of replication slot or name has been
* changed, or the restart_lsn either is invalid or has gone backward.
* (The restart_lsn could go backwards if the source slot is dropped