diff options
Diffstat (limited to 'src/backend/replication/walsender.c')
-rw-r--r-- | src/backend/replication/walsender.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index a661d882771..06b22e2abac 100644 --- a/src/backend/replication/walsender.c +++ b/src/backend/replication/walsender.c @@ -957,7 +957,7 @@ PhysicalConfirmReceivedLocation(XLogRecPtr lsn) } /* - * One could argue that the slot should saved to disk now, but that'd be + * One could argue that the slot should be saved to disk now, but that'd be * energy wasted - the worst lost information can do here is give us wrong * information in a statistics view - we'll just potentially be more * conservative in removing files. @@ -1032,7 +1032,7 @@ PhysicalReplicationSlotNewXmin(TransactionId feedbackXmin) SpinLockAcquire(&slot->mutex); MyPgXact->xmin = InvalidTransactionId; /* - * For physical replication we don't need the the interlock provided + * For physical replication we don't need the interlock provided * by xmin and effective_xmin since the consequences of a missed increase * are limited to query cancellations, so set both at once. */ |