Re: Remove unused parameter on check_and_push_window_quals

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 on check_and_push_window_quals
Date: 2025-09-25 22:23:23
Message-ID: CAApHDvqx8oN5Uqk4yCjt5oaXcNTZdVRv3bXaYqfMcGAWYDDqmg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 26 Sept 2025 at 09:50, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
>
> On Fri, 26 Sept 2025 at 09:01, Matheus Alcantara
> <matheusssilv97(at)gmail(dot)com> wrote:
> > While reading the check_and_push_window_quals() I realize that the Index
> > rti parameter is not being used by check_and_push_window_quals() and
> > find_window_run_conditions(). The attached patch remove this parameter
> > for these functions.
>
> Thanks. I'll have a look at this.

Seems to have been around since that feature was added. Thanks for
noticing. Pushed.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-09-25 23:05:17 Re: mislead comments in pg_get_statisticsobjdef_string
Previous Message Masahiko Sawada 2025-09-25 22:20:59 Re: GIN tries to form a tuple with a partial compressedList during insertion