"Nigel J. Andrews" <[EMAIL PROTECTED]> writes:
> + AC_MSG_CHECKING([for default superuser reserved number of connections])
> + PGAC_ARG_REQ(with, reservedbackends, [  --with-reservedbackends=N    set default 
>superuser reserved number of connections [2]],
> +              [],
> +              [with_reservedbackends=2])

This will be rejected anyway; what you want is to set up
reserved_backends as a GUC parameter, not as something that has to be
hard-wired at configure time.  I can't see any reason to make it
hard-wired...

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to