Re: [BUGS] 7.3b2 initdb fails with a semaphore error (solved)

2002-11-16 Thread Bruce Momjian
This has been done already and will appear in 7.3 final. --- Lalo Castro wrote: > You could also recompile postgres with > ./configure --with-maxbackends=N > Where N equals however many backends you want. > > > On Tue, 1 O

Re: [BUGS] 7.3b2 initdb fails with a semaphore error (solved)

2002-11-16 Thread Lalo Castro
You could also recompile postgres with ./configure --with-maxbackends=N Where N equals however many backends you want. On Tue, 1 Oct 2002, Tom Lane wrote: > Mark Stosberg <[EMAIL PROTECTED]> writes: > > I think the bug here is that this message advertises that I can change > > the "max_connectio

Re: [BUGS] 7.3B2 initdb fails

2002-10-04 Thread Tom Lane
Nic Ferrier <[EMAIL PROTECTED]> writes: > DEBUG: inserting column 7 value '0' > DEBUG: Typ != NULL > ERROR: Bad float4 input format -- underflow Hm. This is evidently failing this test: static void CheckFloat4Val(double val) { if (fabs(val) > FLOAT4_MAX) elog(ERROR, "

Re: [BUGS] 7.3b2 initdb fails with semaphore error (solved)

2002-10-02 Thread Mark Stosberg
On Tue, 1 Oct 2002, Tom Lane wrote: > Mark Stosberg <[EMAIL PROTECTED]> writes: > > I think the bug here is that this message advertises that I can change > > the "max_connections" parameter to address this, but there does not > > appear to be a way to do this. The max_connections option is loca

Re: [BUGS] 7.3b2 initdb fails with semaphore error

2002-10-01 Thread Tom Lane
Mark Stosberg <[EMAIL PROTECTED]> writes: > I think the bug here is that this message advertises that I can change > the "max_connections" parameter to address this, but there does not > appear to be a way to do this. The max_connections option is located > on my system at /usr/local/share/postgr