Re: Performance regression with PostgreSQL 11 and partitioning - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Performance regression with PostgreSQL 11 and partitioning
Date
Msg-id 20180626144334.vuim65zawuook37b@alvherre.pgsql
Whole thread Raw
In response to Re: Performance regression with PostgreSQL 11 and partitioning  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Performance regression with PostgreSQL 11 and partitioning
Re: Performance regression with PostgreSQL 11 and partitioning
List pgsql-hackers
On 2018-Jun-25, Tom Lane wrote:

> Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> > On 2018-Jun-18, David Rowley wrote:
> >> I've attached a patch which cleans up my earlier version and moves the
> >> setup of the append_rel_array into its own function instead of
> >> sneaking code into setup_simple_rel_arrays(). I've also now updated
> >> the comment above find_childrel_appendrelinfo(), which is now an
> >> unused function.
> 
> > I checked that this patch fixes the originally reported performance
> > regression.
> > Unless there are objections, I intend to push this patch tomorrow.
> 
> If find_childrel_appendrelinfo is now unused, we should remove it.

Agreed -- thanks for following up.  Pushed that way.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Arseny Sher
Date:
Subject: Re: Fix slot's xmin advancement and subxact's lost snapshots in decoding.
Next
From: Aleksander Alekseeev
Date:
Subject: Re: [GSoC] working status