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

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: BUG #1372: Service won't start with tcpip_socket = true
Дата
Msg-id Pine.BSO.4.56.0501051325430.26874@leary.csoft.net
обсуждение исходный текст
Ответ на BUG #1372: Service won't start with tcpip_socket = true  ("Graham Robson" <graham.robson@coherencedesign.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Two broken linksin doc/FAQ_DEV
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-hackers-win32] More SSL questions..