Re: An example of bugs for Hot Standby

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org, Simon Riggs <simon@2ndquadrant.com>, Hiroyuki Yamada <yamada@kokolink.net>
Date: 2010-01-20T05:30:28Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> Is there any supported platform with sizeof(sig_atomic_t) <4 - I would doubt 
> so?

Er ... what?  I believe there are live platforms with sig_atomic_t = char.
If we're assuming more that's a must-fix.

			regards, tom lane