forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit84520f9
committed
Fix tablespace creation WAL replay to work on Windows.
The code segment that removes the old symlink (if present) wasn't cluedinto the fact that on Windows, symlinks are junction points which haveto be removed with rmdir().Backpatch to 9.0, where the failing code was introduced.MauMau, reviewed by Muhammad Asif Naeem and Amit Kapila1 parent7d1a0f5 commit84520f9
1 file changed
+25
-8
lines changedLines changed: 25 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
544 | 544 |
| |
545 | 545 |
| |
546 | 546 |
| |
| 547 | + | |
547 | 548 |
| |
548 | 549 |
| |
549 | 550 |
| |
| |||
570 | 571 |
| |
571 | 572 |
| |
572 | 573 |
| |
573 |
| - | |
574 |
| - | |
575 | 574 |
| |
576 | 575 |
| |
577 | 576 |
| |
| |||
605 | 604 |
| |
606 | 605 |
| |
607 | 606 |
| |
608 |
| - | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
609 | 615 |
| |
610 | 616 |
| |
611 |
| - | |
612 |
| - | |
613 |
| - | |
614 |
| - | |
615 |
| - | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
616 | 633 |
| |
617 | 634 |
| |
618 | 635 |
| |
|
0 commit comments
Comments
(0)