Remove unused parameter on check_and_push_window_quals - Mailing list pgsql-hackers

From Matheus Alcantara
Subject Remove unused parameter on check_and_push_window_quals
Date
Msg-id DD26NJ0Y34ZS.2ZOJPHSY12PFI@gmail.com
Whole thread Raw
Responses Re: Remove unused parameter on check_and_push_window_quals
List 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

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Avoiding roundoff error in pg_sleep()
Next
From: Tom Lane
Date:
Subject: Re: Avoiding roundoff error in pg_sleep()