Re: Removing unused parameter in compute_expr_stats - Mailing list pgsql-hackers

From David Rowley
Subject Re: Removing unused parameter in compute_expr_stats
Date
Msg-id CAApHDvrTJ25WARwo7s+sVO6x6xp7f84qjd7HRdrxG3Gj0=ebRg@mail.gmail.com
Whole thread Raw
List pgsql-hackers
On Thu, 26 Dec 2024 at 22:41, Ilia Evdokimov
<ilya.evdokimov@tantorlabs.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



pgsql-hackers by date:

Previous
From: Jeremy Schneider
Date:
Subject: Re: RFC: Allow EXPLAIN to Output Page Fault Information
Next
From: Tom Lane
Date:
Subject: Re: attndims, typndims still not enforced, but make the value within a sane threshold