Remove unused parameter on check_and_push_window_quals

From: "Matheus Alcantara" <matheusssilv97(at)gmail(dot)com>
To: <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove unused parameter on check_and_push_window_quals
Date: 2025-09-25 21:01:40
Message-ID: DD26NJ0Y34ZS.2ZOJPHSY12PFI@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-Remove-unused-Index-rti-on-check_and_push_window_qua.patch text/plain 2.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-09-25 21:05:45 Re: Avoiding roundoff error in pg_sleep()
Previous Message Nathan Bossart 2025-09-25 20:51:15 Re: Avoiding roundoff error in pg_sleep()