Re: BUG #7670: BUG #7545: Unresponsive server with error log reporting: "poll() failed: Invalid argument" - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #7670: BUG #7545: Unresponsive server with error log reporting: "poll() failed: Invalid argument"
Date
Msg-id 5092.1353266116@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #7670: BUG #7545: Unresponsive server with error log reporting: "poll() failed: Invalid argument"  (Marc Balmer <marc@msys.ch>)
List pgsql-bugs
Marc Balmer <marc@msys.ch> writes:
> Am 18.11.2012 um 19:36 schrieb Peter Geoghegan <peter@2ndquadrant.com>:
>> Right. sizeof(int) is very probably 4 on all platforms that we
>> support. I see no problem with the proposal.

> Have you cross-checked this on a 64bit platform vs. a 32 bit platform?
> e.g. on Linux i386 vs. Linux amd64?

sizeof(int) is most definitely 4 on all platforms that we support.
I've lost count of how many places would fall over if that weren't the
case, but for sure the tuple packing code would have problems.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #7670: BUG #7545: Unresponsive server with error log reporting: "poll() failed: Invalid argument"
Next
From: Tom Lane
Date:
Subject: Re: BUG #7670: BUG #7545: Unresponsive server with error log reporting: "poll() failed: Invalid argument"