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

Commit976a1ce

Browse files
committed
Adjust worker_spi for6f3bd98.
1 parent6f3bd98 commit976a1ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/test/modules/worker_spi/worker_spi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ worker_spi_main(Datum main_arg)
227227
*/
228228
rc=WaitLatch(MyLatch,
229229
WL_LATCH_SET |WL_TIMEOUT |WL_POSTMASTER_DEATH,
230-
worker_spi_naptime*1000L);
230+
worker_spi_naptime*1000L,
231+
WAIT_EXTENSION);
231232
ResetLatch(MyLatch);
232233

233234
/* emergency bailout if postmaster has died */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp