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-19 15:55:10 |
Message-ID: | 550AF15E.4020006@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 18/03/2015 19:54, Andreas Karlsson wrote:
> On 03/17/2015 09:00 AM, Julien Tachoires wrote:
>> Here is a new version fixing this issue. I've added a new kind of TOC
>> entry for being able to handle pg_restore --no-tablespace case.
>
> Looks good but I think one minor improvement could be to set the table
> space of the toast entires to the same as the tablespace of the table to
> reduce the amount of "SET default_tablespace". What do you think?
Yes, you're right, some useless "SET default_tablespace" were added for
each ALTER TABLE SET TOAST TABLESPACE statement. It's now fixed with
this new patch. Thanks.
--
Julien
Attachment | Content-Type | Size |
---|---|---|
set_toast_tablespace_v0.16.patch.gz | application/gzip | 13.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2015-03-19 16:10:03 | Re: flags argument for dsm_create |
Previous Message | Bruce Momjian | 2015-03-19 15:50:36 | Re: No toast table for pg_shseclabel but for pg_seclabel |