forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit262fbcb
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 parent30ba0d0 commit262fbcb
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2015 | 2015 |
| |
2016 | 2016 |
| |
2017 | 2017 |
| |
2018 |
| - | |
| 2018 | + | |
2019 | 2019 |
| |
2020 | 2020 |
| |
2021 | 2021 |
| |
| |||
2074 | 2074 |
| |
2075 | 2075 |
| |
2076 | 2076 |
| |
2077 |
| - | |
| 2077 | + | |
2078 | 2078 |
| |
2079 | 2079 |
| |
2080 | 2080 |
| |
|
0 commit comments
Comments
(0)