Remove unused parameter from check_and_push_window_quals
authorDavid Rowley <drowley@postgresql.org>
Thu, 25 Sep 2025 22:21:30 +0000 (10:21 +1200)
committerDavid Rowley <drowley@postgresql.org>
Thu, 25 Sep 2025 22:21:30 +0000 (10:21 +1200)
commit4be9024d57330b10d90e723787a83a6de8827b84
tree903ea9b2b87795461fbf8fc79e346c8409247ca3
parent76418a0b676234d2b570a1138c1a43a2018c416f
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
src/backend/optimizer/path/allpaths.c