Commit 0cecc90
File tree
Expand file treeCollapse file tree
7 files changed
+61
-30
lines changedFilter options
- src
- backend
- catalog
- commands
- storage/lmgr
- include/storage
Expand file treeCollapse file tree
7 files changed
+61
-30
lines changedsrc/backend/catalog/index.c
Copy file name to clipboardExpand all lines: src/backend/catalog/index.c+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1058 | 1058 |
|
1059 | 1059 |
|
1060 | 1060 |
|
| 1061 | + |
1061 | 1062 |
|
1062 | 1063 |
|
1063 | 1064 |
|
|
src/backend/commands/indexcmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/indexcmds.c+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4355 | 4355 |
|
4356 | 4356 |
|
4357 | 4357 |
|
| 4358 | + |
| 4359 | + |
4358 | 4360 |
|
| 4361 | + |
4359 | 4362 |
|
4360 | 4363 |
|
4361 | 4364 |
|
|
src/backend/commands/tablecmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/tablecmds.c+14-2Lines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3483 | 3483 |
|
3484 | 3484 |
|
3485 | 3485 |
|
3486 |
| - |
3487 |
| - |
| 3486 | + |
| 3487 | + |
| 3488 | + |
| 3489 | + |
| 3490 | + |
| 3491 | + |
| 3492 | + |
| 3493 | + |
| 3494 | + |
3488 | 3495 |
|
3489 | 3496 |
|
3490 | 3497 |
|
| ||
3499 | 3506 |
|
3500 | 3507 |
|
3501 | 3508 |
|
| 3509 | + |
| 3510 | + |
| 3511 | + |
| 3512 | + |
| 3513 | + |
3502 | 3514 |
|
3503 | 3515 |
|
3504 | 3516 |
|
|
src/backend/storage/lmgr/lmgr.c
Copy file name to clipboardExpand all lines: src/backend/storage/lmgr/lmgr.c+13-23Lines changed: 13 additions & 23 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
335 | 335 |
|
336 | 336 |
|
337 | 337 |
|
338 |
| - |
339 |
| - |
| 338 | + |
| 339 | + |
340 | 340 |
|
341 |
| - |
342 |
| - |
343 |
| - |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
344 | 350 |
|
345 |
| - |
346 |
| - |
347 |
| - |
348 |
| - |
349 |
| - |
350 |
| - |
351 |
| - |
352 |
| - |
353 |
| - |
354 |
| - |
355 |
| - |
356 |
| - |
357 |
| - |
358 |
| - |
359 |
| - |
360 |
| - |
361 |
| - |
| 351 | + |
362 | 352 |
|
363 |
| - |
| 353 | + |
364 | 354 |
|
365 | 355 |
|
366 | 356 |
|
|
src/backend/storage/lmgr/lock.c
Copy file name to clipboardExpand all lines: src/backend/storage/lmgr/lock.c+26-4Lines changed: 26 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
578 | 578 |
|
579 | 579 |
|
580 | 580 |
|
581 |
| - |
582 |
| - |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
583 | 588 |
|
584 | 589 |
|
585 |
| - |
| 590 | + |
| 591 | + |
586 | 592 |
|
587 | 593 |
|
588 | 594 |
|
| ||
598 | 604 |
|
599 | 605 |
|
600 | 606 |
|
601 |
| - |
| 607 | + |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
| 617 | + |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
602 | 624 |
|
603 | 625 |
|
604 | 626 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
| 52 | + |
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
567 | 567 |
|
568 | 568 |
|
569 | 569 |
|
570 |
| - |
| 570 | + |
| 571 | + |
571 | 572 |
|
572 | 573 |
|
573 | 574 |
|
|
0 commit comments