Re: [HACKERS] HEAD initdb failing on OSX

2005-06-23 Thread Dave Cramer
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: Dav

Re: [HACKERS] HEAD initdb failing on OSX

2005-06-23 Thread Tom Lane
Dave Cramer <[EMAIL PROTECTED]> writes: > Interestingly enough I specified --with-pgport=5433 and it used 5432 > instead ? Maybe you have PGPORT=5432 in your environment? regards, tom lane ---(end of broadcast)--- TIP 3: i

Re: [HACKERS] HEAD initdb failing on OSX

2005-06-23 Thread Tom Lane
Dave Cramer <[EMAIL PROTECTED]> 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 --

Re: [HACKERS] HEAD initdb failing on OSX, addendum

2005-06-23 Thread Dave Cramer
Same code works fine on linux looking at execTuple this error should not occur Dave On 23-Jun-05, at 8:42 AM, Dave Cramer wrote: I am getting the following error initializing pg_depend ... FATAL: plan requires more slots than are available This is a laptop, and may be a result of not ha

Re: [HACKERS] HEAD initdb failing on OSX, update

2005-06-23 Thread Dave Cramer
Same code works fine on linux Looking at execTuples this error should never happen Dave On 23-Jun-05, at 8:42 AM, Dave Cramer wrote: I am getting the following error initializing pg_depend ... FATAL: plan requires more slots than are available This is a laptop, and may be a result of not

[HACKERS] HEAD initdb failing on OSX

2005-06-23 Thread Dave Cramer
I am getting the following error initializing pg_depend ... FATAL: plan requires more slots than are available This is a laptop, and may be a result of not having enough shared mem available ? Dave ---(end of broadcast)--- TIP 1: subscribe