Re: backend reset of database

From: Geoffrey <esoteric(at)3times25(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: Terry Lee Tucker <terry(at)leetuckert(dot)net>, John Allgood <john(at)turbocorp(dot)com>, "J(dot) D(dot) Pearson" <jpearson(at)turbocorp(dot)com>
Subject: Re: backend reset of database
Date: 2007-04-12 19:38:37
Message-ID: 461E8ABD.7090101@3times25.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Geoffrey wrote:

I forgot to mention the one difference I did see in the strace output.
I don't understand why there would be difference in the call parms to
poll(). Then again, I'm not altogether sure what code is calling poll
at this point. I'm assuming it's from the database engine. I've noted
these lines below:

> working strace:
>
> poll([{fd=3, events=POLLIN|POLLERR, revents=POLLIN}], 1, -1) = 1

> broken strace:

> poll([{fd=3, events=POLLIN|POLLERR, revents=POLLIN|POLLHUP}], 1, -1) = 1

--
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
- Benjamin Franklin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-04-12 20:07:09 Re: backend reset of database
Previous Message Geoffrey 2007-04-12 19:21:46 Re: backend reset of database