Re: Remove unused rel parameter in lookup_var_attr_stats
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-01-07T01:29:37Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove unused parameter in lookup_var_attr_stats
- 2f8b4007dbba 18.0 landed
On Fri, Jan 3, 2025 at 11:09 PM Ilia Evdokimov <ilya.evdokimov@tantorlabs.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