Skip to content

Commit bca9a19

Browse files
committed
Fix incorrect comment regarding mod_since_analyze
Author: Yugo Nagata <nagata@sraoss.co.jp> Discussion: https://postgr.es/m/20250804140120.280c2d6a9d2ea687cd167743@sraoss.co.jp
1 parent fd5a1a0 commit bca9a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/analyze.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,8 @@ do_analyze_rel(Relation onerel, const VacuumParams params,
690690
* only do it for inherited stats. (We're never called for not-inherited
691691
* stats on partitioned tables anyway.)
692692
*
693-
* Reset the changes_since_analyze counter only if we analyzed all
694-
* columns; otherwise, there is still work for auto-analyze to do.
693+
* Reset the mod_since_analyze counter only if we analyzed all columns;
694+
* otherwise, there is still work for auto-analyze to do.
695695
*/
696696
if (!inh)
697697
pgstat_report_analyze(onerel, totalrows, totaldeadrows,

0 commit comments

Comments
 (0)