diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-04-09 12:59:53 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-04-09 13:00:12 -0400 |
commit | 4dba0f6dc407f965924d6c1007ac1bb5cc209dde (patch) | |
tree | f765f3c1996783be2b6deae8b90a91a8d7a8fc9a | |
parent | fe0e0b4fc7f0cdc2333bda08b199422a1e77a551 (diff) | |
download | postgresql-4dba0f6dc407f965924d6c1007ac1bb5cc209dde.tar.gz postgresql-4dba0f6dc407f965924d6c1007ac1bb5cc209dde.zip |
Fix typo
-rw-r--r-- | src/backend/replication/slotfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slotfuncs.c b/src/backend/replication/slotfuncs.c index d7c53c54bdb..182fe5bc825 100644 --- 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 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 |