forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1fa25ce
committed
Skip pg_baseback long filename test if path too long on Windows
On Windows, it's sometimes difficult to create a file with a path longerthan 255 chars, and if it can be created it might not be seen by thearchiver. This can be triggered by the test for tar backups withfilenames greater than 100 bytes. So we skip that test if the path wouldexceed 255.Backpatch to all live branches.Reviewed by Daniel GustafssonDiscussion:https://postgr.es/m/666ac55b-3400-fb2c-2cea-0281bf36a53c@dunslane.net1 parent3142a88 commit1fa25ce
1 file changed
+15
-13
lines changedLines changed: 15 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 | 313 |
| |
319 |
| - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
320 | 318 |
| |
321 |
| - | |
322 |
| - | |
323 |
| - | |
324 |
| - | |
325 |
| - | |
326 |
| - | |
327 |
| - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
328 | 330 |
| |
329 | 331 |
| |
330 | 332 |
| |
|
0 commit comments
Comments
(0)