(Copied from http://pqxx.org/development/swapspace/ticket/12)
Custom signals can interrupt creation/decommissioning of swapfiles (you get EINTR). I'm not sure this is a bad thing, but it might create a risk of leaking files. Check that we prevent this in all cases.
Of course any leaked files should eventually be picked up again, but still...
(Copied from http://pqxx.org/development/swapspace/ticket/12) Custom signals can interrupt creation/decommissioning of swapfiles (you get EINTR). I'm not sure this is a bad thing, but it might create a risk of leaking files. Check that we prevent this in all cases.
Of course any leaked files should eventually be picked up again, but still...