Fix a typo of mod_since_analyze in do_analyze_rel - Mailing list pgsql-hackers

From Yugo Nagata
Subject Fix a typo of mod_since_analyze in do_analyze_rel
Date
Msg-id 20250804140120.280c2d6a9d2ea687cd167743@sraoss.co.jp
Whole thread Raw
Responses Re: Fix a typo of mod_since_analyze in do_analyze_rel
List pgsql-hackers
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>

Attachment

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: A little cosmetic to convert_VALUES_to_ANY()
Next
From: Corey Huinker
Date:
Subject: Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions