forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdce57d7
Make unlink() work for junction points on Windows.
To support harmonization of Windows and Unix code, teach our unlink()wrapper that junction points need to be unlinked with rmdir() onWindows.Tested-by: Andrew Dunstan <andrew@dunslane.net>Discussion:https://postgr.es/m/CA%2BhUKGLfOOeyZpm5ByVcAt7x5Pn-%3DxGRNCvgiUPVVzjFLtnY0w%40mail.gmail.com1 parent34258f0 commitdce57d7
1 file changed
+27
-1
lines changedLines changed: 27 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
102 | 128 |
| |
103 | 129 |
| |
104 | 130 |
| |
| |||
107 | 133 |
| |
108 | 134 |
| |
109 | 135 |
| |
110 |
| - | |
| 136 | + | |
111 | 137 |
| |
112 | 138 |
| |
113 | 139 |
| |
|
0 commit comments
Comments
(0)