From: Robert Haas Date: Mon, 30 Apr 2012 17:14:46 +0000 (-0400) Subject: Remove duplicate word in comment. X-Git-Tag: REL9_2_BETA1~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d2235a25bc71848c18f551f992b3eed8cec2399;p=thirdparty%2Fpostgresql.git Remove duplicate word in comment. Noted by Peter Geoghegan. --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index fe33c87dbf2..debf12eaedc 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -1909,7 +1909,7 @@ XLogWrite(XLogwrtRqst WriteRqst, bool flexible, bool xlog_switch) /* * Record the LSN for an asynchronous transaction commit/abort * and nudge the WALWriter if there is a complete page to write. - * (This should not be called for for synchronous commits.) + * (This should not be called for synchronous commits.) */ void XLogSetAsyncXactLSN(XLogRecPtr asyncXactLSN)