Nathan Bossart <[email protected]> writes: > Thanks to commit 9a45a89, legacy-pqsignal.c now has its own dedicated > extern for pqsignal(), which decouples it enough that we can follow through > with changing libpqport's pqsignal() to a void function.
> Thoughts?
LGTM, although I don't know enough about Windows to know if the
"== SIG_ERR" test in that path is correct.
regards, tom lane
