Commit 33f3bbc
committed
Fix TAP infrastructure to support Mingw better
archive_command and restore_command need to refer to Windows paths, not
Msys virtual file system paths, as postgres is completely unaware of the
latter, so prefix them with the Windows path to the virtual file system
root. Clean psql and pg_recvlogical output of carriage returns.1 parent 7d68f22 commit 33f3bbc
1 file changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
104 | 113 | | |
105 | 114 | | |
106 | 115 | | |
| |||
763 | 772 | | |
764 | 773 | | |
765 | 774 | | |
766 | | - | |
| 775 | + | |
767 | 776 | | |
768 | 777 | | |
769 | 778 | | |
| |||
791 | 800 | | |
792 | 801 | | |
793 | 802 | | |
794 | | - | |
| 803 | + | |
795 | 804 | | |
796 | 805 | | |
797 | 806 | | |
| |||
979 | 988 | | |
980 | 989 | | |
981 | 990 | | |
| 991 | + | |
982 | 992 | | |
983 | 993 | | |
984 | 994 | | |
| |||
1579 | 1589 | | |
1580 | 1590 | | |
1581 | 1591 | | |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
1582 | 1595 | | |
1583 | 1596 | | |
1584 | 1597 | | |
| |||
0 commit comments