On Fri, Jan 3, 2025 at 11:09 PM Ilia Evdokimov
wrote:
> I've attached a small patch that remove unused parameter 'rel' from
> the static function lookup_var_attr_stats() in extended_stats.c
LGTM. It's a static function, and we can easily add this parameter
back if it's ever needed.
Thanks
Richa
On 03.01.2025 18:42, Fabrízio de Royes Mello wrote:
On Fri, Jan 3, 2025 at 11:09 AM Ilia Evdokimov
wrote:
Hi hackers,
I've attached a small patch that remove unused parameter 'rel' from
the static function lookup_var_attr_stats() in extended_stats.c
While exploring src/bac
On Fri, Jan 3, 2025 at 11:09 AM Ilia Evdokimov <
ilya.evdoki...@tantorlabs.com> wrote:
> Hi hackers,
>
> I've attached a small patch that remove unused parameter 'rel' from
> the static function lookup_var_attr_stats() in extended_stats.c
>
> While exploring src/backend/statistics, I noticed that