forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5ac77a2
committed
Clamp autovacuum launcher sleep time to 5 minutes
This avoids the problem that it might go to sleep for an unreasonableamount of time in unusual conditions like the server clock movingbackwards an unreasonable amount of time.(Simply moving the server clock forward again doesn't solve the problemunless you wake up the autovacuum launcher manually, say by sending itSIGHUP).Per trouble report from Prakash Itnal inhttps://www.postgresql.org/message-id/CAHC5u79-UqbapAABH2t4Rh2eYdyge0Zid-X=Xz-ZWZCBK42S0Q@mail.gmail.comAnalyzed independently by Haribabu Kommi and Tom Lane.1 parent6199b1f commit5ac77a2
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
| 131 | + | |
131 | 132 |
| |
132 | 133 |
| |
133 | 134 |
| |
| |||
873 | 874 |
| |
874 | 875 |
| |
875 | 876 |
| |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
876 | 886 |
| |
877 | 887 |
| |
878 | 888 |
| |
|
0 commit comments
Comments
(0)