Re: BUG #3855: backend sends corrupted data on EHOSTDOWN error - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3855: backend sends corrupted data on EHOSTDOWN error
Date
Msg-id 9602.1199808350@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3855: backend sends corrupted data on EHOSTDOWN error  ("Scot Loach" <sloach@sandvine.com>)
List pgsql-bugs
"Scot Loach" <sloach@sandvine.com> writes:
> On FreeBSD, it is possible for a send() call on the backend socket to return
> an error code of EHOSTDOWN.

That's fine as long as the error condition is reasonably persistent.
I think what you are describing is a bug in FreeBSD's TCP stack: it
obviously isn't making adequately good-faith efforts to deliver the data
it's been handed.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Jochen Schwarz"
Date:
Subject: BUG #3857: pg_restore -t tablename doesn't restore constraints of this table
Next
From: Jeff Davis
Date:
Subject: Re: BUG #3855: backend sends corrupted data on EHOSTDOWN error