mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Fix typo
This commit is contained in:
parent
fe0e0b4fc7
commit
4dba0f6dc4
@ -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…
x
Reference in New Issue
Block a user