Fix a typo of mod_since_analyze in do_analyze_rel

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix a typo of mod_since_analyze in do_analyze_rel
Date: 2025-08-04 05:01:20
Message-ID: 20250804140120.280c2d6a9d2ea687cd167743@sraoss.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
fix_typo_mod_since_analyze.patch text/x-diff 611 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2025-08-04 05:09:21 Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Previous Message David G. Johnston 2025-08-04 05:00:13 Re: A little cosmetic to convert_VALUES_to_ANY()