From: Alvaro Herrera Date: Tue, 9 Apr 2019 16:59:53 +0000 (-0400) Subject: Fix typo X-Git-Tag: REL_12_BETA1~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dba0f6dc407f965924d6c1007ac1bb5cc209dde;p=postgresql Fix typo --- diff --git a/src/backend/replication/slotfuncs.c b/src/backend/replication/slotfuncs.c index d7c53c54bd..182fe5bc82 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