mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 20:00:50 -05:00
Fix typo
This commit is contained in:
parent
fe0e0b4fc7
commit
4dba0f6dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 regards 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue