Re: BUG #1372: Service won't start with tcpip_socket = true - Mailing list pgsql-bugs

From Kris Jurka
Subject Re: BUG #1372: Service won't start with tcpip_socket = true
Date
Msg-id Pine.BSO.4.56.0501051325430.26874@leary.csoft.net
Whole thread Raw
In response to BUG #1372: Service won't start with tcpip_socket = true  ("Graham Robson" <graham.robson@coherencedesign.co.uk>)
List pgsql-bugs
On Tue, 4 Jan 2005, Graham Robson wrote:

>
> The following bug has been logged online:
>
> Bug reference:      1372
> Logged by:          Graham Robson
> Email address:      graham.robson@coherencedesign.co.uk
> PostgreSQL version: 8.0
> Operating system:   Windows XP SP2
> Description:        Service won't start with tcpip_socket = true
> Details:
>
> Trying to setup TCP/IP access over my network. The supplied postgresql.conf
> has no commented reference to the setting tcpip_socket = true.
>
> Adding this in stops the service from starting i.e. this reference directly
> stops the service from starting.
>

8.0 has replaced the tcpip_socket flag with the listen_addresses setting
which specifies which addresses to listen on.

Kris Jurka

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Two broken linksin doc/FAQ_DEV
Next
From: Tom Lane
Date:
Subject: Re: [pgsql-hackers-win32] More SSL questions..