Remove unused parameter form find_window_run_conditions()

From: "Matheus Alcantara" <matheusssilv97(at)gmail(dot)com>
To: <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove unused parameter form find_window_run_conditions()
Date: 2025-09-29 13:23:03
Message-ID: DD5BEKORUG34.2M8492NMB9DB8@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Reading find_window_run_conditions() the RangeTableEntry *rte parameter
is not being used by find_window_run_conditions() and
check_and_push_window_quals(). The attached patch remove this parameter
from both functions.

The 4be9024d573 also remove unused parameter for both functions and
after studying more these functions I founded that the RangeTableEntry
is not being used as well. I've checked the other parameters and all
seems to be used now.

--
Matheus Alcantara

Attachment Content-Type Size
0001-Remove-unused-parameter-from-find_window_run_conditi.patch text/plain 2.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2025-09-29 13:28:55 Re: RFC: extensible planner state
Previous Message Peter Eisentraut 2025-09-29 12:50:17 Re: Use "?=" operator for a contrib makefile in documentation