Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8ee3d6

Browse files
Check interrupts during hot standby waits
1 parent2a2bdca commite8ee3d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/backend/storage/ipc/standby.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ WaitExceedsMaxStandbyDelay(void)
161161
{
162162
TimestampTzltime;
163163

164+
CHECK_FOR_INTERRUPTS();
165+
164166
/* Are we past the limit time? */
165167
ltime=GetStandbyLimitTime();
166168
if (ltime&&GetCurrentTimestamp() >=ltime)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp