diff options
author | Alvaro Herrera | 2013-04-10 19:01:16 +0000 |
---|---|---|
committer | Alvaro Herrera | 2013-04-10 19:01:16 +0000 |
commit | f62ab623adc63023c6aee22e2a6fe190439ca0c3 (patch) | |
tree | 3ce329709f455641b86b95a8ce03e2f24cf83962 /src/include/postgres.h | |
parent | 61a7d576f2a287ef59071da9d9d7a0cd473ed98b (diff) |
Fix SIGUSR1 handling by unconnected bgworkers
Latch activity was not being detected by non-database-connected workers; the
SIGUSR1 signal handler which is normally in charge of that was set to SIG_IGN.
Create a simple handler to call latch_sigusr1_handler instead.
Robert Haas (bug report and suggested fix)
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions