Hi,
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.
--
Matheus Alcantara
From 80a580a73fbc12200ea19e112ad1a583c
On Fri, 26 Sept 2025 at 09:50, David Rowley wrote:
>
> On Fri, 26 Sept 2025 at 09:01, Matheus Alcantara
> 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().
On Fri, 26 Sept 2025 at 09:01, Matheus Alcantara
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.