forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc289117
committed
Try to fix pg_upgrade test on Windows, again.
Further to commit54e72b6, if rmtree() fails while cleaning up inpg_upgrade, try again. This gives our Windows unlink() wrapper a chanceto reach its wait-for-the-other-process-to-go-away logic, if the firstgo around initiated the unlink of a file that a concurrently exitingprogram still has open.Discussion:https://postgr.es/m/CA%2BhUKGKCVy2%3Do%3Dd8c2Va6a_3Rpf_KkhUitkWCZ3hzuO2VwLMXA%40mail.gmail.com1 parent758f44b commitc289117
1 file changed
+13
-2
lines changedLines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
72 | 77 |
| |
73 | 78 |
| |
74 | 79 |
| |
| |||
80 | 85 |
| |
81 | 86 |
| |
82 | 87 |
| |
83 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
84 | 95 |
| |
85 | 96 |
| |
86 | 97 |
| |
|
0 commit comments
Comments
(0)