forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5871f09
committed
Fix autovacuum cancellation.
The problem is caused by me (Andres) having ProcSleep() look at thewrong PGPROC entry in5788e25.Unfortunately it seems hard to write a reliable test for autovacuumcancellations. Perhaps somebody will come up with a good approach, butit seems worth fixing the issue even without a test.Reported-By: Jeff Janes <jeff.janes@gmail.com>Author: Jeff Janes <jeff.janes@gmail.com>Discussion:https://postgr.es/m/CAMkU=1wH2aUy+wDRDz+5RZALdcUnEofV1t9PzXS_gBJO9vZZ0Q@mail.gmail.com1 parent3438c98 commit5871f09
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1318 | 1318 |
| |
1319 | 1319 |
| |
1320 | 1320 |
| |
1321 |
| - | |
| 1321 | + | |
1322 | 1322 |
| |
1323 | 1323 |
| |
1324 | 1324 |
| |
|
0 commit comments
Comments
(0)