Re: Unused function parameter in get_qual_from_partbound()
John Naylor <john.naylor@enterprisedb.com>
From: John Naylor <john.naylor@enterprisedb.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>,
David Rowley <dgrowleyml@gmail.com>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2021-07-14T14:06:02Z
Lists: pgsql-hackers
On Mon, Jul 12, 2021 at 8:46 AM John Naylor <john.naylor@enterprisedb.com> wrote: > > On Tue, Jun 8, 2021 at 10:50 PM Michael Paquier <michael@paquier.xyz> wrote: > > > > 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. > > I found no external references in codesearch.debian.net. I plan to commit this in the next couple of days unless there are objections. This has been committed. -- John Naylor EDB: http://www.enterprisedb.com
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove unused function parameter in get_qual_from_partbound
- c203dcddf997 15.0 landed
-
Fix cardinality estimates for parallel joins.
- 0c2070cefa0e 10.0 cited