Re: Cannot cancel the change of a tablespace

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Cannot cancel the change of a tablespace
Date: 2010-07-01 14:18:40
Message-ID: AANLkTimawuU3z-qq5AeB78nwmITfTdwzGmBbULoph164@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 1, 2010 at 5:30 AM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
>>>> On Tue, Jun 29, 2010 at 9:42 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>>>>> So this is not something we want fixed for 9.0, as indicated by Simon?
>>>>> I don't see the patch on the commit-fest page yet.
>
> Finally, I added it to the next commit fest. Robert can work on it
> before if he wants to (or has the time).

I'd been avoiding working on this because Simon had said he was going
to commit it, but I can pick it up. I've committed and back-patched
(to 8.0, as 7.4 does not have tablespaces) the fix for ALTER TABLE ..
SET TABLESPACE. I'll take a look at the rest of it as well.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-07-01 14:32:59 superfluous copydir() prototype in pg_upgrade.h
Previous Message Bruce Momjian 2010-07-01 14:16:09 Re: bitmap indexes - performance