Re: Remove unused parameter on check_and_push_window_quals

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Remove unused parameter on check_and_push_window_quals
Date: 2025-09-25 21:50:38
Message-ID: CAApHDvqcLS==siWNpZGZFxhuvnE0X85MvNPb8zkD8dPC8YBkcA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 26 Sept 2025 at 09:01, Matheus Alcantara
<matheusssilv97(at)gmail(dot)com> wrote:
> 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.

Thanks. I'll have a look at this.

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-09-25 22:20:59 Re: GIN tries to form a tuple with a partial compressedList during insertion
Previous Message Marcos Pegoraro 2025-09-25 21:46:48 Re: Adding REPACK [concurrently]