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 A997B5E46D1 for ; Sun, 15 Aug 2004 10:48:34 -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 89968-05 for ; Sun, 15 Aug 2004 13:48:29 +0000 (GMT) Received: from candle.pha.pa.us (candle.pha.pa.us [207.106.42.251]) by svr1.postgresql.org (Postfix) with ESMTP id 54D625E46CB for ; Sun, 15 Aug 2004 10:48:26 -0300 (ADT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id i7FDmOH13777; Sun, 15 Aug 2004 09:48:24 -0400 (EDT) From: Bruce Momjian Message-Id: <200408151348.i7FDmOH13777@candle.pha.pa.us> Subject: Re: 8.0 beta status In-Reply-To: <15858.1092541573@sss.pgh.pa.us> To: Tom Lane Date: Sun, 15 Aug 2004 09:48:24 -0400 (EDT) Cc: Christopher Kings-Lynne , 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/900 X-Sequence-Number: 57869 Tom Lane wrote: > Bruce Momjian writes: > > However, I don't see any CVS commit that fixed this? What am I missing? > > The failure case is where the template database has a conflicting > table. You didn't show us where you created that table, but it > evidently was not in template1. OK, reproduced by using template1: create tablespace blah location '/bjm/tmp'; CREATE TABLESPACE create table foo (i int) tablespace blah; CREATE TABLE create database foo tablespace blah; ERROR: could not initialize database directory DETAIL: Directory "/u/pgsql/data/pg_tblspc/17229/17232" already exists. Gavin has posted a patch for this so I will put it in the patch queue. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073