Skip to content

Commit ffc6ab9

Browse files
committed
Replace nonsense comment with a relevant one.
Per report from Alexander Lakhin. Discussion: http://postgr.es/m/061cccf7-0cac-804f-4c2a-9d6da8e3848b@gmail.com
1 parent 49f2194 commit ffc6ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/postmaster/walsummarizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ summarizer_wait_for_wal(void)
13141314
}
13151315

13161316
/*
1317-
* Most recent RedoRecPtr value observed by RemoveOldWalSummaries.
1317+
* Remove WAL summaries whose mtimes are older than wal_summary_keep_time.
13181318
*/
13191319
static void
13201320
MaybeRemoveOldWalSummaries(void)

0 commit comments

Comments
 (0)