Commit d683d65
File tree
Expand file treeCollapse file tree
7 files changed
+98
-38
lines changedFilter options
- src
- backend/storage/lmgr
- include/storage
- test/isolation
- expected
- specs
Expand file treeCollapse file tree
7 files changed
+98
-38
lines changedsrc/backend/storage/lmgr/lmgr.c
Copy file name to clipboardExpand all lines: src/backend/storage/lmgr/lmgr.c+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
846 | 846 |
|
847 | 847 |
|
848 | 848 |
|
849 |
| - |
850 |
| - |
| 849 | + |
851 | 850 |
|
852 | 851 |
|
853 | 852 |
|
|
src/backend/storage/lmgr/lock.c
Copy file name to clipboardExpand all lines: src/backend/storage/lmgr/lock.c+25-18Lines changed: 25 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2791 | 2791 |
|
2792 | 2792 |
|
2793 | 2793 |
|
2794 |
| - |
2795 |
| - |
2796 |
| - |
| 2794 | + |
2797 | 2795 |
|
2798 | 2796 |
|
2799 | 2797 |
|
| ||
2818 | 2816 |
|
2819 | 2817 |
|
2820 | 2818 |
|
2821 |
| - |
2822 |
| - |
| 2819 | + |
| 2820 | + |
2823 | 2821 |
|
2824 | 2822 |
|
2825 | 2823 |
|
2826 | 2824 |
|
2827 | 2825 |
|
2828 | 2826 |
|
2829 |
| - |
| 2827 | + |
| 2828 | + |
2830 | 2829 |
|
2831 | 2830 |
|
2832 | 2831 |
|
2833 |
| - |
| 2832 | + |
| 2833 | + |
2834 | 2834 |
|
2835 | 2835 |
|
2836 | 2836 |
|
| ||
2905 | 2905 |
|
2906 | 2906 |
|
2907 | 2907 |
|
2908 |
| - |
2909 |
| - |
2910 |
| - |
2911 |
| - |
2912 |
| - |
2913 | 2908 |
|
2914 | 2909 |
|
| 2910 | + |
2915 | 2911 |
|
2916 | 2912 |
|
2917 | 2913 |
|
| ||
2968 | 2964 |
|
2969 | 2965 |
|
2970 | 2966 |
|
2971 |
| - |
2972 |
| - |
2973 |
| - |
2974 |
| - |
2975 |
| - |
2976 | 2967 |
|
2977 | 2968 |
|
2978 | 2969 |
|
| ||
2984 | 2975 |
|
2985 | 2976 |
|
2986 | 2977 |
|
| 2978 | + |
2987 | 2979 |
|
2988 | 2980 |
|
2989 | 2981 |
|
| ||
2993 | 2985 |
|
2994 | 2986 |
|
2995 | 2987 |
|
2996 |
| - |
| 2988 | + |
2997 | 2989 |
|
2998 | 2990 |
|
2999 | 2991 |
|
| ||
4349 | 4341 |
|
4350 | 4342 |
|
4351 | 4343 |
|
| 4344 | + |
| 4345 | + |
| 4346 | + |
| 4347 | + |
| 4348 | + |
| 4349 | + |
| 4350 | + |
| 4351 | + |
| 4352 | + |
| 4353 | + |
| 4354 | + |
| 4355 | + |
| 4356 | + |
| 4357 | + |
| 4358 | + |
4352 | 4359 |
|
4353 | 4360 |
|
4354 | 4361 |
|
|
+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
66 |
| - |
67 |
| - |
| 65 | + |
| 66 | + |
68 | 67 |
|
69 | 68 |
|
70 | 69 |
|
71 | 70 |
|
72 | 71 |
|
73 |
| - |
74 |
| - |
| 72 | + |
| 73 | + |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
|
src/test/isolation/Makefile
Copy file name to clipboardExpand all lines: src/test/isolation/Makefile+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
55 | 54 |
|
56 |
| - |
| 55 | + |
57 | 56 |
|
58 | 57 |
|
59 |
| - |
| 58 | + |
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
src/test/isolation/expected/prepared-transactions-cic.out
Copy file name to clipboard+18Lines changed: 18 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 | + |
src/test/isolation/specs/prepared-transactions-cic.spec
Copy file name to clipboard+37Lines changed: 37 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 | + |
0 commit comments