Fix a typo of mod_since_analyze in do_analyze_rel

Started by Yugo Nagata12 months ago2 messageshackers
Jump to latest
#1Yugo Nagata
nagata@sraoss.co.jp

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>

Attachments:

fix_typo_mod_since_analyze.patchtext/x-diff; name=fix_typo_mod_since_analyze.patchDownload+1-1
#2David Rowley
dgrowleyml@gmail.com
In reply to: Yugo Nagata (#1)
Re: Fix a typo of mod_since_analyze in do_analyze_rel

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