1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Replace nonsense comment with a relevant one.

Per report from Alexander Lakhin.

Discussion: http://postgr.es/m/061cccf7-0cac-804f-4c2a-9d6da8e3848b@gmail.com
This commit is contained in:
Robert Haas
2023-12-21 16:03:03 -05:00
parent 49f2194ed5
commit ffc6ab9b56

View 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)