Re: Occupied port warning - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Occupied port warning
Date
Msg-id 1507.24.211.165.134.1119957444.squirrel@www.dunslane.net
Whole thread Raw
In response to Occupied port warning  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Occupied port warning
List pgsql-hackers
Peter Eisentraut said:
> During a recent training session I was reminded about a peculiar
> misbehavior that recent PostgreSQL releases exhibit when the TCP port
> they are trying to bind to is occupied:
>
> LOG:  could not bind IPv4 socket: Address already in use
> HINT:  Is another postmaster already running on port 5432? If not, wait
>  a few seconds and retry.
> WARNING:  could not create listen socket for "localhost"
>
> The trainees found this behavior somewhat unuseful.  Can someone remind
>  me why this is not an error?  Does any other server software behave
> this way?
>

IIRC, in previous versions any bind failure was fatal, but in 8.0 we decided
to be slightly more forgiving and only bail out if we failed to bind at all.

cheers

andrew




pgsql-hackers by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Implementing SQL/PSM for PG 8.2
Next
From: "Dave Page"
Date:
Subject: Dbsize backend integration