pgsql: Remove unused parameter from check_and_push_window_quals

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused parameter from check_and_push_window_quals
Date: 2025-09-25 22:21:48
Message-ID: E1v1uLT-0004zk-2i@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Discussion: https://postgr.es/m/DD26NJ0Y34ZS.2ZOJPHSY12PFI@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4be9024d57330b10d90e723787a83a6de8827b84

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2025-09-25 23:04:32 pgsql: Fix misleading comment in pg_get_statisticsobjdef_string()
Previous Message Masahiko Sawada 2025-09-25 21:28:40 pgsql: psql: Add COMPLETE_WITH_FILES and COMPLETE_WITH_GENERATOR macros