mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Fix more instances of "the the" in comments.
Plus one instance of "to to" in the docs.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user