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
- 0001-Remove-unused-Index-rti-on-check_and_push_window_qua.patch (text/plain) patch 0001
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
-
Remove unused parameter from check_and_push_window_quals
- 4be9024d5733 19 (unreleased) landed