Re: Bug #929: Client connection to postgresql hangs indefinitely (under possibly pathological scenarios)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: claudio(dot)natoli(at)memetrics(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #929: Client connection to postgresql hangs indefinitely (under possibly pathological scenarios)
Date: 2003-04-01 01:42:23
Message-ID: 26849.1049161343@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> where test.sql is a file composed of many, many thousands of the following pair of statements:
> create table dud_table (f integer);
> drop table dud_table;
> Invariably, after some period of time, the second connection (B) will
> hang.

It would help if you would quantify how many create/drop pairs it takes.

> Note: Problem may be limited to Windows installation (cygipc?); have
> reproduced on "virgin" Win2K; have not been able to reproduce under
> Linux

If you've tried and failed to reproduce on Linux then the most likely
bet is that it's a Cygwin bug. But it would be good to try on some
other Unixoid platforms before pointing a finger in that direction.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Claudio Natoli 2003-04-01 01:54:45 Re: Bug #929: Client connection to postgresql hangs indefi
Previous Message pgsql-bugs 2003-04-01 01:27:21 Bug #929: Client connection to postgresql hangs indefinitely (under possibly pathological scenarios)