Re: Bug in CREATE/DROP TABLESPACE command

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: William Garrison <postgres(at)mobydisk(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Bug in CREATE/DROP TABLESPACE command
Date: 2007-03-22 16:47:35
Message-ID: 5271.1174582055@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

William Garrison <postgres(at)mobydisk(dot)com> writes:
> -- Drop the tablespace and re-create in in an invalid location
> -- This only causes the bug if both these commands are run in one batch

What do you mean by "one batch" exactly? Both CREATE and DROP TABLESPACE
refuse to run in a transaction block, so I'm confused about this.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-03-22 17:50:42 Re: Bug in CREATE/DROP TABLESPACE command
Previous Message Reece Hart 2007-03-22 16:39:51 Re: Dealing with table names in functions

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-03-22 16:56:12 Re: Regression failure in PL/Tcl
Previous Message Pavan Deolasee 2007-03-22 16:41:16 Re: CREATE INDEX and HOT - revised design