mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
In oder to exit on SIGTERM when in non-walsender code, such as do_pg_stop_backup(), we need to set the interrupt variables that are used there, and not just the walsender local ones.