forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit40cfe86
committed
Enforce translation mode for Windows frontends to text with open/fopen
Allowing frontends to use concurrent-safe open() and fopen() via0ba06e0has the side-effect of switching the default translation mode from textto binary, so the switch can cause breakages for frontend tools when thecaller of those new versions specifies neither binary and text. Thiscommit makes sure to maintain strict compatibility with past versions,so as no frontends should see a difference when upgrading.Author: Laurenz AlbeReviewed-by: Michael Paquier, Tom LaneDiscussion:https://postgr.es/m/20180917140202.GF31460@paquier.xyz1 parent0d38e4e commit40cfe86
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
74 | 88 |
| |
75 | 89 |
| |
76 | 90 |
| |
|
0 commit comments
Comments
(0)