Remove unused parameter from check_and_push_window_quals

David Rowley <drowley@postgresql.org>

Commit: 4be9024d57330b10d90e723787a83a6de8827b84
Author: David Rowley <drowley@postgresql.org>
Date: 2025-09-25T22:21:30Z
Remove unused parameter from check_and_push_window_quals

... and find_window_run_conditions.

This seems to have been around and unused ever since the Run Condition
feature was added in 9d9c02ccd.  Let's remove it to clean things up a
bit.

Author: Matheus Alcantara <matheusssilv97@gmail.com>
Discussion: https://postgr.es/m/DD26NJ0Y34ZS.2ZOJPHSY12PFI@gmail.com

Files

PathChange+/−
src/backend/optimizer/path/allpaths.c modified +6 −6

Discussion