1
0
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:
Heikki Linnakangas
2013-12-13 19:58:48 +02:00
parent e8312b4f03
commit dde6282500
8 changed files with 11 additions and 11 deletions

View File

@@ -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());