Re: Should new partitions inherit their tablespace from their parent? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Should new partitions inherit their tablespace from their parent?
Date
Msg-id 20181218011342.57tibn2h2kwvqxky@alvherre.pgsql
Whole thread Raw
In response to Re: Should new partitions inherit their tablespace from their parent?  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Should new partitions inherit their tablespace from their parent?  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 2018-Dec-18, Michael Paquier wrote:

> On Tue, Dec 18, 2018 at 09:36:17AM +1300, David Rowley wrote:
> > On Tue, 18 Dec 2018 at 08:21, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> >> Pushed with those changes.  Thanks for the patch!
> > 
> > Thanks for committing it and thanks for reviewing it, Michael.
> 
> Perhaps too early to speak, tests of sepgsql are broken after this
> commit as per rhinoceros report:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=rhinoceros&dt=2018-12-18%2000%3A45%3A01

Ah, thanks.

I think we need to accept the new output.  It is saying that previously
we would not invoke the hook on SET TABLESPACE for a partitioned table,
which makes sense, and now we do invoke it, which also makes sense.

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


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Should new partitions inherit their tablespace from their parent?
Next
From: Isaac Morland
Date:
Subject: Re: 'infinity'::Interval should be added