forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit504aeea
committed
Use correct path separator for Windows builtin commands.
pg_upgrade produces a platform-specific script to remove the olddirectory, but on Windows it has not been making sure that thepaths it writes as arguments for rmdir and del use the backslashpath separator, which will cause these scripts to fail.The fix is backpatched to Release 9.0.1 parent2a2352e commit504aeea
2 files changed
+42
-7
lines changedLines changed: 40 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
26 | 55 |
| |
27 | 56 |
| |
28 | 57 |
| |
| |||
544 | 573 |
| |
545 | 574 |
| |
546 | 575 |
| |
547 |
| - | |
| 576 | + | |
548 | 577 |
| |
549 | 578 |
| |
550 | 579 |
| |
| |||
561 | 590 |
| |
562 | 591 |
| |
563 | 592 |
| |
564 |
| - | |
565 |
| - | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
566 | 597 |
| |
567 | 598 |
| |
568 | 599 |
| |
569 |
| - | |
570 |
| - | |
571 |
| - | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
572 | 604 |
| |
573 | 605 |
| |
574 | 606 |
| |
| |||
578 | 610 |
| |
579 | 611 |
| |
580 | 612 |
| |
581 |
| - | |
| 613 | + | |
| 614 | + | |
582 | 615 |
| |
583 | 616 |
| |
584 | 617 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
| |||
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
| 85 | + | |
84 | 86 |
| |
85 | 87 |
| |
86 | 88 |
| |
|
0 commit comments
Comments
(0)