David Ford <david(at)blue-labs(dot)org> writes:
> I've got a bit of a problem. I added a fast SIGALRM handler in my
> project to do various maintenance and this broke PQconnectStart().
It'd probably be reasonable to just retry the connect() call if it
fails with EINTR. If that works for you, send a patch...
regards, tom lane