forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6ee1a77
committed
Fix some problems with patch to fsync the data directory.
pg_win32_is_junction() was a typo for pgwin32_is_junction(). open()was used not only in a two-argument form, which breaks on Windows,but also where BasicOpenFile() should have been used.Per reports from Andrew Dunstan and David Rowley.1 parent4b71d28 commit6ee1a77
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2217 | 2217 |
| |
2218 | 2218 |
| |
2219 | 2219 |
| |
2220 |
| - | |
| 2220 | + | |
2221 | 2221 |
| |
2222 | 2222 |
| |
2223 | 2223 |
| |
| |||
2276 | 2276 |
| |
2277 | 2277 |
| |
2278 | 2278 |
| |
2279 |
| - | |
| 2279 | + | |
2280 | 2280 |
| |
2281 | 2281 |
| |
2282 | 2282 |
| |
|
0 commit comments
Comments
(0)