forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit53e1498
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 parent2bc3397 commit53e1498
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2276 | 2276 |
| |
2277 | 2277 |
| |
2278 | 2278 |
| |
2279 |
| - | |
| 2279 | + | |
2280 | 2280 |
| |
2281 | 2281 |
| |
2282 | 2282 |
| |
| |||
2335 | 2335 |
| |
2336 | 2336 |
| |
2337 | 2337 |
| |
2338 |
| - | |
| 2338 | + | |
2339 | 2339 |
| |
2340 | 2340 |
| |
2341 | 2341 |
| |
|
0 commit comments
Comments
(0)