Re: Should new partitions inherit their tablespace from their parent?
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: David Rowley <david.rowley@2ndquadrant.com>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-12-18T07:45:30Z
Lists: pgsql-hackers
On Mon, Dec 17, 2018 at 10:13:42PM -0300, Alvaro Herrera wrote: > 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. Indeed, that looks right. -- Michael
Commits
-
Fix tablespace handling for partitioned tables
- ca4103025dfe 12.0 landed