Re: [GENERAL] EINTR causes panic (data dir on btrfs)

2016-05-13 Thread Gustavo Lopes
ems. As I recall, we use SA_RESTART almost everywhere so we don't expect EINTR anywhere. I have not seen this anymore, no, though I'm not running Linux 3.2 on any machine anymore. Indeed it was on a btrfs filesystem, so this probably was a btrfs bug after all. -- Gustavo Lopes

[GENERAL] EINTR causes panic (data dir on btrfs)

2015-02-12 Thread Gustavo Lopes
data consistency issues I'm not aware of). Why wouldn't postgres retry on EINTR or even allow return values of write() lower than nbytes (and then continue in a loop). -- Gustavo Lopes -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

[GENERAL] EINTR causes panic (data dir on btrfs)

2015-02-12 Thread Gustavo Lopes
data consistency issues I'm not aware of). Why wouldn't postgres retry on EINTR or even allow return values of write() lower than nbytes (and then continue in a loop). -- Gustavo Lopes -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general