Thread
Commits
-
Fix incorrect comment regarding mod_since_analyze
- bca9a1900c87 19 (unreleased) landed
-
Fix a typo of mod_since_analyze in do_analyze_rel
Yugo Nagata <nagata@sraoss.co.jp> — 2025-08-04T05:01:20Z
Hi, I found comments in do_analyze_rel that refers to "change_since_analyze". I believe that is a typo and shoud be "mod_since_analyze". I've attached a patch to fix it. Regards, Yugo Nagata -- Yugo Nagata <nagata@sraoss.co.jp>
-
Re: Fix a typo of mod_since_analyze in do_analyze_rel
David Rowley <dgrowleyml@gmail.com> — 2025-08-04T05:44:13Z
On Mon, 4 Aug 2025 at 17:01, Yugo Nagata <nagata@sraoss.co.jp> wrote: > I found comments in do_analyze_rel that refers to "change_since_analyze". > I believe that is a typo and shoud be "mod_since_analyze". > I've attached a patch to fix it. Yeah, that looks unintentional. I've pushed your fix. Thanks David