Commit e85662d
File tree
Expand file treeCollapse file tree
6 files changed
+129
-6
lines changedFilter options
- contrib/pg_visibility
- t
- src
- backend/storage/ipc
- include/storage
Expand file treeCollapse file tree
6 files changed
+129
-6
lines changedcontrib/pg_visibility/Makefile
Copy file name to clipboardExpand all lines: contrib/pg_visibility/Makefile+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
|
contrib/pg_visibility/meson.build
Copy file name to clipboardExpand all lines: contrib/pg_visibility/meson.build+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
35 | 39 |
|
36 | 40 |
|
contrib/pg_visibility/pg_visibility.c
Copy file name to clipboardExpand all lines: contrib/pg_visibility/pg_visibility.c+63-5Lines changed: 63 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
532 | 533 |
|
533 | 534 |
|
534 | 535 |
|
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
535 | 593 |
|
536 | 594 |
|
537 | 595 |
|
| ||
563 | 621 |
|
564 | 622 |
|
565 | 623 |
|
566 |
| - |
| 624 | + |
567 | 625 |
|
568 | 626 |
|
569 | 627 |
|
| ||
671 | 729 |
|
672 | 730 |
|
673 | 731 |
|
674 |
| - |
675 |
| - |
676 |
| - |
| 732 | + |
| 733 | + |
| 734 | + |
677 | 735 |
|
678 |
| - |
| 736 | + |
679 | 737 |
|
680 | 738 |
|
681 | 739 |
|
|
contrib/pg_visibility/t/001_concurrent_transaction.pl
Copy file name to clipboard+47Lines changed: 47 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
src/backend/storage/ipc/procarray.c
Copy file name to clipboardExpand all lines: src/backend/storage/ipc/procarray.c+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2688 | 2688 |
|
2689 | 2689 |
|
2690 | 2690 |
|
| 2691 | + |
2691 | 2692 |
|
2692 | 2693 |
|
2693 | 2694 |
|
| ||
2732 | 2733 |
|
2733 | 2734 |
|
2734 | 2735 |
|
2735 |
| - |
| 2736 | + |
2736 | 2737 |
|
2737 | 2738 |
|
2738 | 2739 |
|
2739 | 2740 |
|
2740 | 2741 |
|
2741 | 2742 |
|
2742 | 2743 |
|
| 2744 | + |
| 2745 | + |
2743 | 2746 |
|
2744 | 2747 |
|
2745 | 2748 |
|
| ||
2760 | 2763 |
|
2761 | 2764 |
|
2762 | 2765 |
|
| 2766 | + |
| 2767 | + |
| 2768 | + |
| 2769 | + |
| 2770 | + |
| 2771 | + |
| 2772 | + |
2763 | 2773 |
|
2764 | 2774 |
|
2765 | 2775 |
|
| ||
2826 | 2836 |
|
2827 | 2837 |
|
2828 | 2838 |
|
| 2839 | + |
2829 | 2840 |
|
2830 | 2841 |
|
2831 | 2842 |
|
|
src/include/storage/standby.h
Copy file name to clipboardExpand all lines: src/include/storage/standby.h+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
| 85 | + |
| 86 | + |
85 | 87 |
|
86 | 88 |
|
87 | 89 |
|
|
0 commit comments