Re: Removing unused parameter in compute_expr_stats

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Ilia Evdokimov <ilya(dot)evdokimov(at)tantorlabs(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Removing unused parameter in compute_expr_stats
Date: 2024-12-26 21:53:51
Message-ID: CAApHDvrTJ25WARwo7s+sVO6x6xp7f84qjd7HRdrxG3Gj0=ebRg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 26 Dec 2024 at 22:41, Ilia Evdokimov
<ilya(dot)evdokimov(at)tantorlabs(dot)com> wrote:
> I'm sharing a small patch that removes an unused parameter (totalrows)
> from compute_expr_stats function in extended_stats.c .

Thanks. It's a static function, so I agree that there's no need to
keep an unused parameter.

Pushed.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-12-26 22:08:36 Re: attndims, typndims still not enforced, but make the value within a sane threshold
Previous Message Jeremy Schneider 2024-12-26 21:43:52 Re: Disabling vacuum truncate for autovacuum