Re: Remove unused rel parameter in lookup_var_attr_stats

2025-01-06 Thread Richard Guo
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

Re: Remove unused rel parameter in lookup_var_attr_stats

2025-01-06 Thread Ilia Evdokimov
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

Re: Remove unused rel parameter in lookup_var_attr_stats

2025-01-03 Thread Fabrízio de Royes Mello
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