forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfa56aa2
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.com(cherry picked from commitf357233)Author: Thomas Munro <tmunro@postgresql.org>Author: Alexandra Wang <alexandra.wang.oss@gmail.com>1 parent5c0b758 commitfa56aa2
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)