Re: [GENERAL] error moving table to tablespace

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: [GENERAL] error moving table to tablespace
Date: 2004-08-13 04:55:19
Message-ID: 19238.1092372919@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers-win32

Andreas Pflug <pgadmin(at)pse-consulting(dot)de> writes:
> Tom Lane wrote:
>> Oh, I'll bet it's the original copy of the table that hasn't been
>> removed yet.

> You win.

I looked at the ALTER TABLE SET TABLESPACE code and saw that it was
indeed failing to close the original table. I've committed a fix.
Can someone check that this particular failure mode is gone on Windows
with CVS tip?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Hebbron 2004-08-13 05:37:40 /contrib binaries for win32
Previous Message terry 2004-08-13 03:05:06 Re: Clustering, mirroriing, or replication?

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Dave Page 2004-08-13 08:51:23 Re: [PATCHES] Win32 Event log
Previous Message Bruce Momjian 2004-08-13 03:53:54 Re: make fails if path has spaces