diff options
Diffstat (limited to 'src/backend/replication/walreceiver.c')
-rw-r--r-- | src/backend/replication/walreceiver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/walreceiver.c b/src/backend/replication/walreceiver.c index 413f0b9405..36637faa16 100644 --- a/src/backend/replication/walreceiver.c +++ b/src/backend/replication/walreceiver.c @@ -1152,7 +1152,7 @@ XLogWalRcvSendHSFeedback(bool immed) elog(DEBUG2, "sending hot standby feedback xmin %u epoch %u", xmin, nextEpoch); - /* Construct the the message and send it. */ + /* Construct the message and send it. */ resetStringInfo(&reply_message); pq_sendbyte(&reply_message, 'h'); pq_sendint64(&reply_message, GetCurrentIntegerTimestamp()); |