Re: BUG #1372: Service won't start with tcpip_socket = true

From: Kris Jurka <books(at)ejurka(dot)com>
To: Graham Robson <graham(dot)robson(at)coherencedesign(dot)co(dot)uk>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1372: Service won't start with tcpip_socket = true
Date: 2005-01-05 18:27:09
Message-ID: Pine.BSO.4.56.0501051325430.26874@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)robson(at)coherencedesign(dot)co(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-01-05 20:44:25 Re: [pgsql-hackers-win32] More SSL questions..
Previous Message Andrew Dunstan 2005-01-05 18:18:44 Re: [BUGS] More SSL questions..