Replace nonsense comment with a relevant one.
authorRobert Haas <[email protected]>
Thu, 21 Dec 2023 21:03:03 +0000 (16:03 -0500)
committerRobert Haas <[email protected]>
Thu, 21 Dec 2023 21:03:03 +0000 (16:03 -0500)
Per report from Alexander Lakhin.

Discussion: http://postgr.es/m/061cccf7-0cac-804f-4c2a-9d6da8e3848b@gmail.com

src/backend/postmaster/walsummarizer.c

index 81e5ac828307251f2c1932e71acf03d61872340e..9b5d3cdeb00855b1df237c5f71f5a9e872468259 100644 (file)
@@ -1314,7 +1314,7 @@ summarizer_wait_for_wal(void)
 }
 
 /*
- * Most recent RedoRecPtr value observed by RemoveOldWalSummaries.
+ * Remove WAL summaries whose mtimes are older than wal_summary_keep_time.
  */
 static void
 MaybeRemoveOldWalSummaries(void)