Re: Should new partitions inherit their tablespace from their parent?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
David Rowley <david.rowley@2ndquadrant.com>,
Robert Haas <robertmhaas@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-12-18T16:40:49Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > 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. Agreed, done. regards, tom lane
Commits
-
Fix tablespace handling for partitioned tables
- ca4103025dfe 12.0 landed