Remove unused parameter form find_window_run_conditions() - Mailing list pgsql-hackers

From Matheus Alcantara
Subject Remove unused parameter form find_window_run_conditions()
Date
Msg-id DD5BEKORUG34.2M8492NMB9DB8@gmail.com
Whole thread Raw
Responses Re: Remove unused parameter form find_window_run_conditions()
List 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

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Use "?=" operator for a contrib makefile in documentation
Next
From: Robert Haas
Date:
Subject: Re: RFC: extensible planner state