forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1a496a1
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 parent6d25eb3 commit1a496a1
1 file changed
+25
-8
lines changedLines changed: 25 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
548 | 548 |
| |
549 | 549 |
| |
550 | 550 |
| |
| 551 | + | |
551 | 552 |
| |
552 | 553 |
| |
553 | 554 |
| |
| |||
574 | 575 |
| |
575 | 576 |
| |
576 | 577 |
| |
577 |
| - | |
578 |
| - | |
579 | 578 |
| |
580 | 579 |
| |
581 | 580 |
| |
| |||
609 | 608 |
| |
610 | 609 |
| |
611 | 610 |
| |
612 |
| - | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
613 | 619 |
| |
614 | 620 |
| |
615 |
| - | |
616 |
| - | |
617 |
| - | |
618 |
| - | |
619 |
| - | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
620 | 637 |
| |
621 | 638 |
| |
622 | 639 |
| |
|
0 commit comments
Comments
(0)