forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitef6d5b4
committed
Update:
> o Allow COPY on a newly-created table to skip WAL logging450a452,456> On crash recovery, the table involved in the COPY would> have its heap and index files truncated. One issue is> that no other backend should be able to add to the table> at the same time, which is something that is currently> allowed.1 parentf8ec875 commitef6d5b4
2 files changed
+15
-4
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
389 | 389 |
| |
390 | 390 |
| |
391 | 391 |
| |
392 |
| - | |
393 | 392 |
| |
394 | 393 |
| |
395 | 394 |
| |
| |||
448 | 447 |
| |
449 | 448 |
| |
450 | 449 |
| |
| 450 | + | |
451 | 451 |
| |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
452 | 457 |
| |
453 | 458 |
| |
454 | 459 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
358 |
| - | |
359 | 358 |
| |
360 | 359 |
| |
361 | 360 |
| |
| |||
407 | 406 |
| |
408 | 407 |
| |
409 | 408 |
| |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
410 | 416 |
| |
411 | 417 |
| |
412 | 418 |
| |
|
0 commit comments
Comments
(0)