Re: Remove unused rel parameter in lookup_var_attr_stats

From: Richard Guo <guofenglinux(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: Remove unused rel parameter in lookup_var_attr_stats
Date: 2025-01-07 01:29:37
Message-ID: CAMbWs49zD+gt0ZBR_PVmNwE+HAcX_CXgPoOFmnUTbw3cQbZFTQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 3, 2025 at 11:09 PM Ilia Evdokimov
<ilya(dot)evdokimov(at)tantorlabs(dot)com> 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
Richard

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2025-01-07 01:52:12 Re: Skip collecting decoded changes of already-aborted transactions
Previous Message Tom Lane 2025-01-07 01:26:57 Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section