Re: HEAD initdb failing on OSX

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: HEAD initdb failing on OSX
Date: 2005-06-23 15:29:49
Message-ID: 59D44A9C-E400-4390-A900-FC2D7A0E223A@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

That worked, thanks

Interestingly enough I specified --with-pgport=5433 and it used 5432
instead ?

./configure --prefix=/Users/davec/projects/postgres/pghead/pgsql --
with-pg-port=5433 --enable-debug

This configure line worked on linux

Dave
On 23-Jun-05, at 10:47 AM, Tom Lane wrote:

> Dave Cramer <pg(at)fastcrypt(dot)com> writes:
>
>> I am getting the following error
>> initializing pg_depend ... FATAL: plan requires more slots than are
>> available
>>
>
> make distclean ... rebuild ... if it's still there after that, let us
> know.
>
> regards, tom lane
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-06-23 15:32:29 Re: HEAD initdb failing on OSX
Previous Message Tom Lane 2005-06-23 15:15:39 Re: PL/pgSQL Debugger Support