Remove unused parameter from find_window_run_conditions()

David Rowley <drowley@postgresql.org>

Commit: b91067c8995235445d76353bcd218ef383fe970d
Author: David Rowley <drowley@postgresql.org>
Date: 2025-09-29T19:37:42Z
Remove unused parameter from find_window_run_conditions()

... and check_and_push_window_quals().

Similar to 4be9024d5, but it seems there was yet another unused
parameter.

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

Files

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

Discussion