Magnus Hagander wrote:
>> The following bug has been logged online:
>> ...
>> When I start the PostgreSQL service, and I have my LAN
>> network interface activated with TCP/IP installed, but IPv6
>> deinstalled, I cannot connect to the PostgreSQL database. In
>> the log file, I get the following e
> The following bug has been logged online:
>
> Bug reference: 2642
> Logged by: Christoph Zwerschke
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.1.4
> Operating system: Win XP
> Description:Connection problems without IPv6
> Details:
>
> I am using Pos
Some more infos: When I start and stop the postgres service, then very
rarely it happens that it works, particularly when I start and stop some
other services as well, such as the DNS caching client. But it is not
reproducible. Maybe a timing issue?
Can anybody reproduce this problem on Win XP
Tom Lane wrote:
> Perhaps you have a name server that is reporting only an IPv6
> address for your machine? Turning off the LAN prevents contacting
> that server?
No, and I'm using only localhost as address, i.e. I am contacting
localhost, and I have listen_addresses = localhost in postgresql.c
"Christoph Zwerschke" <[EMAIL PROTECTED]> writes:
> It happens only if:
> - the LAN network interface is activated and
> - the TCP/IP protocol is activated and
> - the TCP/IP v6 protocol is not installed
Perhaps you have a name server that is reporting only an IPv6 address
for your machine? Turn
The following bug has been logged online:
Bug reference: 2642
Logged by: Christoph Zwerschke
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.4
Operating system: Win XP
Description:Connection problems without IPv6
Details:
I am using PostgreSQL 8.1.4 on Win