We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f23ded commit fee2b3eCopy full SHA for fee2b3e
src/backend/utils/activity/pgstat.c
@@ -768,7 +768,7 @@ pgstat_report_stat(bool force)
768
769
partial_flush = false;
770
771
- /* flush database / relation / function / ... stats */
+ /* flush of variable-numbered stats */
772
partial_flush |= pgstat_flush_pending_entries(nowait);
773
774
/* flush of fixed-numbered stats */
@@ -1342,8 +1342,7 @@ pgstat_delete_pending_entry(PgStat_EntryRef *entry_ref)
1342
}
1343
1344
/*
1345
- * Flush out pending stats for database objects (databases, relations,
1346
- * functions).
+ * Flush out pending variable-numbered stats.
1347
*/
1348
static bool
1349
pgstat_flush_pending_entries(bool nowait)
0 commit comments