mirror of
https://github.com/postgres/postgres.git
synced 2025-05-15 19:15:29 +03:00
Check interrupts during hot standby waits
This commit is contained in:
parent
2a2bdcab2c
commit
e8ee3d6b85
@ -161,6 +161,8 @@ WaitExceedsMaxStandbyDelay(void)
|
|||||||
{
|
{
|
||||||
TimestampTz ltime;
|
TimestampTz ltime;
|
||||||
|
|
||||||
|
CHECK_FOR_INTERRUPTS();
|
||||||
|
|
||||||
/* Are we past the limit time? */
|
/* Are we past the limit time? */
|
||||||
ltime = GetStandbyLimitTime();
|
ltime = GetStandbyLimitTime();
|
||||||
if (ltime && GetCurrentTimestamp() >= ltime)
|
if (ltime && GetCurrentTimestamp() >= ltime)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user