Re: creating a cluster

From: Alexander Cohen <alex(at)toomuchspace(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com>, Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: creating a cluster
Date: 2004-06-23 16:46:39
Message-ID: E5B6B270-C534-11D8-8197-000A95B947DC@toomuchspace.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Jun 23, 2004, at 11:36 AM, Tom Lane wrote:

> David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com> writes:
>> Alvaro Herrera wrote:
>>> On Mon, Jun 21, 2004 at 09:16:35PM -0400, Alexander Cohen wrote:
>>>> Does anyone have any new ways to create clusters without using
>>>> initdb
>>>> or bootstrap mode? I need to be able to create one without those 2
>>>> things. Any ideas?
>>>
>>> initdb'ing somewhere else and copying the resulting directory?
>
>> Btw, I've been doing this for a binary distribution on Windows
>> (Cygwin)
>> and Linux.
>
> Yeah, that would work fine as long as the "somewhere else" is using an
> identical Postgres build. I found out in off-list conversation that
> Alexander wants to build a hacked-up version of Postgres with all
> bootstrap code removed (and, I suppose, a bunch of other changes too).
> Seems to me that file-level compatibility would be difficult to
> guarantee under such circumstances, so I told him he ought to put back
> the bootstrap support ... it's not like it's large ...

For the meantime, i ended up compiling a normal version of postgres and
using that with initdb, then switching it over to my "hacked-up"
version. It works, and thats all i need for now!

Alex

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2004-06-23 16:49:15 Re: PREPARE and transactions
Previous Message Josh Berkus 2004-06-23 16:41:27 Re: 7.5-dev, pg_dumpall, dollarquoting