Re: Unused function parameter in get_qual_from_partbound() - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Unused function parameter in get_qual_from_partbound()
Date
Msg-id YMAsYm7jH53qIdbu@paquier.xyz
Whole thread Raw
In response to RE: Unused function parameter in get_qual_from_partbound()  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
Responses Re: Unused function parameter in get_qual_from_partbound()
Re: Unused function parameter in get_qual_from_partbound()
List pgsql-hackers
On Wed, Jun 09, 2021 at 12:28:48AM +0000, houzj.fnst@fujitsu.com wrote:
> OK, Thanks for the explanation.
> Added to CF: https://commitfest.postgresql.org/33/3159/

At first glance, this looked to me like breaking something just for
sake of breaking it, but removing the rel argument could be helpful
to simplify any external code calling it as there would be no need for
this extra Relation.  So that looks like a good idea, no need to rush
that into 14 though.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: Duplicate history file?
Next
From: Noah Misch
Date:
Subject: Re: Adjust pg_regress output for new long test names