Re: Remove unused parameter on check_and_push_window_quals - Mailing list pgsql-hackers

From David Rowley
Subject Re: Remove unused parameter on check_and_push_window_quals
Date
Msg-id CAApHDvqcLS==siWNpZGZFxhuvnE0X85MvNPb8zkD8dPC8YBkcA@mail.gmail.com
Whole thread Raw
In response to Remove unused parameter on check_and_push_window_quals  ("Matheus Alcantara" <matheusssilv97@gmail.com>)
Responses Re: Remove unused parameter on check_and_push_window_quals
List pgsql-hackers
On Fri, 26 Sept 2025 at 09:01, Matheus Alcantara
<matheusssilv97@gmail.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.

David



pgsql-hackers by date:

Previous
From: Marcos Pegoraro
Date:
Subject: Re: Adding REPACK [concurrently]
Next
From: Masahiko Sawada
Date:
Subject: Re: GIN tries to form a tuple with a partial compressedList during insertion