Re: patch : Allow toast tables to be moved to a different tablespace

From: Julien Tachoires <julmon(at)gmail(dot)com>
To: Andreas Karlsson <andreas(at)proxel(dot)se>, Alex Shulgin <ash(at)commandprompt(dot)com>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Jaime Casanova <jaime(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch : Allow toast tables to be moved to a different tablespace
Date: 2015-03-13 10:48:14
Message-ID: 5502C06E.5010300@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 10/03/2015 00:31, Andreas Karlsson wrote:
> On 03/03/2015 04:14 PM, Julien Tachoires wrote:
>> Sorry for the delay, I missed this thread.
>> Here is a new version of this patch considering Andreas' comments.
>
> Please also add it to the next open commitfest so we do not lose the patch.

Here is a new version rebased against head and considering Andreas' last
comments:

- New regression tests about the fact that a notice is raised when
ALTER TABLE SET TOAST TABLESPACE is done for a non-TOASTed table.
- New regression tests to check that a TOAST index follows the TOAST
table when it's moved.
- Some fixes in the documentation.
- psql's '\d' command shows now both table and TOAST table tablespaces
when they are different, even if one of them is pg_default.
- patch added to the next open commitfest:
https://commitfest.postgresql.org/5/188/

Regards,

--
Julien

Attachment Content-Type Size
set_toast_tablespace_v0.13.patch.gz application/gzip 12.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2015-03-13 11:01:18 Re: Parallel Seq Scan
Previous Message Sreerama Manoj 2015-03-13 10:38:22 Fwd: Regarding pg_stat_statements