From 0d2235a25bc71848c18f551f992b3eed8cec2399 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 30 Apr 2012 13:14:46 -0400 Subject: [PATCH] Remove duplicate word in comment. Noted by Peter Geoghegan. --- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index fe33c87dbf..debf12eaed 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)