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
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
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, "
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
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