Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 7b05b3fa3996c6b7795c22757a31e2348378209d
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2008-12-09T14:28:20Z
Releases: 8.4.0
Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous
replication patch needs a signal, but we've already used SIGUSR1 and
SIGUSR2 in normal backends. This patch allows reusing SIGUSR1 for that,
and for other purposes too if the need arises.

Files