Re: Fix a typo of mod_since_analyze in do_analyze_rel

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix a typo of mod_since_analyze in do_analyze_rel
Date: 2025-08-04 05:44:13
Message-ID: CAApHDvqdnUOMuxZOMrT_mJLsu3sjTY=Qzti65hexbRiapaRfGA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 4 Aug 2025 at 17:01, Yugo Nagata <nagata(at)sraoss(dot)co(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2025-08-04 05:54:45 Potential deadlock in pgaio_io_wait()
Previous Message Corey Huinker 2025-08-04 05:39:53 Re: implement CAST(expr AS type FORMAT 'template')