forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1e6e404
committed
Fix recovery test hang in 021_row_visibility.pl on windows.
The psql processes were not explicitly killed (but would eventuallyexit due postgres shutting down). For some reason windows perl doesn'tlike that, resulting in errors likeWarning: unable to close filehandle GEN20 properly: Bad file descriptor during global destruction.The test was introduced in d6734a897e3, so no backpatching necessary.1 parentf5a5773 commit1e6e404
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
154 | 158 |
| |
155 | 159 |
| |
156 | 160 |
| |
|
0 commit comments
Comments
(0)