X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 23DF95E46C1 for ; Sun, 15 Aug 2004 00:17:05 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 59462-04 for ; Sun, 15 Aug 2004 03:17:09 +0000 (GMT) Received: from candle.pha.pa.us (candle.pha.pa.us [207.106.42.251]) by svr1.postgresql.org (Postfix) with ESMTP id 3E2035E3F15 for ; Sun, 15 Aug 2004 00:17:00 -0300 (ADT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id i7F3H0g25718; Sat, 14 Aug 2004 23:17:00 -0400 (EDT) From: Bruce Momjian Message-Id: <200408150317.i7F3H0g25718@candle.pha.pa.us> Subject: Re: 8.0 beta status In-Reply-To: <41130EAC.10102@familyhealth.com.au> To: Christopher Kings-Lynne Date: Sat, 14 Aug 2004 23:17:00 -0400 (EDT) Cc: Tom Lane , pgsql-hackers@postgresql.org X-Mailer: ELM [version 2.4ME+ PL108 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200408/882 X-Sequence-Number: 57851 Christopher Kings-Lynne wrote: > > Yeah, those are all bug fixes and okay for post-beta I think. But which > > two tablespace failures are you thinking of exactly? The last couple > > weeks have been a bit of a blur for me... > > http://groups.google.com.au/groups?q=tablespaces+group:comp.databases.postgresql.hackers&hl=en&lr=&ie=UTF-8&group=comp.databases.postgresql.hackers&scoring=d&selm=Pine.LNX.4.58.0407281411470.17889%40linuxworld.com.au&rnum=4 I am confused. You had: template1=# create tablespace blah location '/home/swm/tbl/tspc1/'; CREATE TABLESPACE template1=# create table foo (i int) tablespace blah; CREATE TABLE template1=# create database foo tablespace blah; ERROR: could not initialize database directory DETAIL: Directory "/home/swm/tbl/data/pg_tblspc/17227/17230" already exists. but with CVS head I see: $ psql -a test