Re: Remove unused parameter form find_window_run_conditions()

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Remove unused parameter form find_window_run_conditions()
Date: 2025-09-29 19:40:10
Message-ID: CAApHDvo26qZk1535h2zMLuVNT5BSoiKztwpYkg9U8DNaNXXFiw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 30 Sept 2025 at 02:23, Matheus Alcantara
<matheusssilv97(at)gmail(dot)com> wrote:
> Reading find_window_run_conditions() the RangeTableEntry *rte parameter
> is not being used by find_window_run_conditions() and
> check_and_push_window_quals(). The attached patch remove this parameter
> from both functions.
>
> The 4be9024d573 also remove unused parameter for both functions and
> after studying more these functions I founded that the RangeTableEntry
> is not being used as well. I've checked the other parameters and all
> seems to be used now.

Well, I guess we'd better remove that one too. Thanks for the patch.

This time I checked the remaining ones, and it seems there are no
other unused ones this time.

Pushed.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-09-29 20:58:37 Re: [PATCH] GROUP BY ALL
Previous Message Jacob Champion 2025-09-29 19:37:06 Re: test_json_parser/002_inline is kind of slow