mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +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.