Re: Should new partitions inherit their tablespace from their parent?
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-11-23T23:32:36Z
Lists: pgsql-hackers
Attachments
- v2-0001-Allow-newly-created-partitions-to-inherit-their-p.patch (application/octet-stream) patch v2-0001
On Fri, 23 Nov 2018 at 17:03, David Rowley <david.rowley@2ndquadrant.com> wrote: > Here's a patch for that. Parking here until January's commitfest. And another, now rebased atop of de38ce1b8 (which I probably should have waited for). -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Fix tablespace handling for partitioned tables
- ca4103025dfe 12.0 landed