pgsql: Make the standby server promptly handle interrupt signals.

2021-07-24 Thread Fujii Masao
Make the standby server promptly handle interrupt signals. This commit changes the startup process in the standby server so that it handles the interrupt signals after waiting for wal_retrieve_retry_interval on the latch and resetting it, before entering another wait on the latch. This change caus

pgsql: Make the standby server promptly handle interrupt signals.

2021-07-24 Thread Fujii Masao
Make the standby server promptly handle interrupt signals. This commit changes the startup process in the standby server so that it handles the interrupt signals after waiting for wal_retrieve_retry_interval on the latch and resetting it, before entering another wait on the latch. This change caus

pgsql: Make the standby server promptly handle interrupt signals.

2021-07-24 Thread Fujii Masao
Make the standby server promptly handle interrupt signals. This commit changes the startup process in the standby server so that it handles the interrupt signals after waiting for wal_retrieve_retry_interval on the latch and resetting it, before entering another wait on the latch. This change caus

pgsql: Make the standby server promptly handle interrupt signals.

2021-07-24 Thread Fujii Masao
Make the standby server promptly handle interrupt signals. This commit changes the startup process in the standby server so that it handles the interrupt signals after waiting for wal_retrieve_retry_interval on the latch and resetting it, before entering another wait on the latch. This change caus

pgsql: Make the standby server promptly handle interrupt signals.

2021-07-24 Thread Fujii Masao
Make the standby server promptly handle interrupt signals. This commit changes the startup process in the standby server so that it handles the interrupt signals after waiting for wal_retrieve_retry_interval on the latch and resetting it, before entering another wait on the latch. This change caus

pgsql: Make the standby server promptly handle interrupt signals.

2020-11-16 Thread Fujii Masao
Make the standby server promptly handle interrupt signals. This commit changes the startup process in the standby server so that it handles the interrupt signals after waiting for wal_retrieve_retry_interval on the latch and resetting it, before entering another wait on the latch. This change caus