- Notifications
You must be signed in to change notification settings - Fork28
Commitdf8b5f3
committed
Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows"
This reverts commitf02259f, in thev11 branch only.The hack this required in initdb.c should probably have clued us that itwasn't really ready, but we didn't get the hint. Subsequent developmentshave made clear that it affected text-vs-binary behavior in a lot ofplaces, and there's no reason to think that any of those behavioral changesare desirable. There's no time to fix this before 11beta4, so just revertfor the moment. We can keep working on this in HEAD, and maybe reconsidera back-patch once we're satisfied things are stable.(I take the blame for this fiasco, having encouraged Michael to back-patcha change at the last possible moment before beta wrap.)1 parent5c07d64 commitdf8b5f3
File tree
5 files changed
+7
-12
lines changed- src
- bin
- initdb
- pg_basebackup
- pg_verify_checksums
- common
- include
5 files changed
+7
-12
lines changedLines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
493 |
| - | |
494 |
| - | |
495 |
| - | |
496 |
| - | |
497 |
| - | |
498 |
| - | |
499 |
| - | |
500 | 493 |
| |
501 |
| - | |
502 | 494 |
| |
503 | 495 |
| |
504 | 496 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 |
| - | |
| 290 | + | |
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 |
| - | |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
| 252 | + | |
| 253 | + | |
252 | 254 |
| |
253 | 255 |
| |
| 256 | + | |
254 | 257 |
| |
255 | 258 |
| |
256 | 259 |
| |
|
0 commit comments
Comments
(0)