mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Adjust worker_spi for 6f3bd98ebf
.
This commit is contained in:
parent
6f3bd98ebf
commit
976a1ce910
@ -227,7 +227,8 @@ worker_spi_main(Datum main_arg)
|
||||
*/
|
||||
rc = WaitLatch(MyLatch,
|
||||
WL_LATCH_SET | WL_TIMEOUT | WL_POSTMASTER_DEATH,
|
||||
worker_spi_naptime * 1000L);
|
||||
worker_spi_naptime * 1000L,
|
||||
WAIT_EXTENSION);
|
||||
ResetLatch(MyLatch);
|
||||
|
||||
/* emergency bailout if postmaster has died */
|
||||
|
Loading…
Reference in New Issue
Block a user