Re: Unused function parameter in get_qual_from_partbound()

From: Soumyadeep Chakraborty <soumyadeep2007(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>, David Rowley <dgrowleyml(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Unused function parameter in get_qual_from_partbound()
Date: 2021-07-10 22:44:23
Message-ID: CAE-ML+_duZmF_2GV5Wrn6nag1f_7E0YdGFctr47okk0WEbQFHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

Googling around, I didn't find any extensions that would break from this
change. Even if there are any, this change will simplify the relevant
callsites. It also aligns the interface nicely with get_qual_for_hash,
get_qual_for_list and get_qual_for_range.

Marking this as ready for committer. It can be committed when the branch
is cut for 15.

Regards,
Soumyadeep (VMware)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Soumyadeep Chakraborty 2021-07-10 22:57:43 Re: Unused function parameter in get_qual_from_partbound()
Previous Message Tom Lane 2021-07-10 22:28:39 Re: unnesting multirange data types