Remove unused parameter on check_and_push_window_quals

Matheus Alcantara <matheusssilv97@gmail.com>

From: "Matheus Alcantara" <matheusssilv97@gmail.com>
To: <pgsql-hackers@lists.postgresql.org>
Date: 2025-09-25T21:01:40Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Remove unused parameter from check_and_push_window_quals