Commit 86a5b30
File tree
Expand file treeCollapse file tree
7 files changed
+98
-37
lines changedFilter options
- src
- backend/storage/lmgr
- include/storage
- test/isolation
- expected
- specs
Expand file treeCollapse file tree
7 files changed
+98
-37
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 |
---|---|---|
| ||
904 | 904 |
|
905 | 905 |
|
906 | 906 |
|
907 |
| - |
908 |
| - |
| 907 | + |
909 | 908 |
|
910 | 909 |
|
911 | 910 |
|
|
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 |
---|---|---|
| ||
2904 | 2904 |
|
2905 | 2905 |
|
2906 | 2906 |
|
2907 |
| - |
2908 |
| - |
2909 |
| - |
| 2907 | + |
2910 | 2908 |
|
2911 | 2909 |
|
2912 | 2910 |
|
| ||
2931 | 2929 |
|
2932 | 2930 |
|
2933 | 2931 |
|
2934 |
| - |
2935 |
| - |
| 2932 | + |
| 2933 | + |
2936 | 2934 |
|
2937 | 2935 |
|
2938 | 2936 |
|
2939 | 2937 |
|
2940 | 2938 |
|
2941 | 2939 |
|
2942 |
| - |
| 2940 | + |
| 2941 | + |
2943 | 2942 |
|
2944 | 2943 |
|
2945 | 2944 |
|
2946 |
| - |
| 2945 | + |
| 2946 | + |
2947 | 2947 |
|
2948 | 2948 |
|
2949 | 2949 |
|
| ||
3018 | 3018 |
|
3019 | 3019 |
|
3020 | 3020 |
|
3021 |
| - |
3022 |
| - |
3023 |
| - |
3024 |
| - |
3025 |
| - |
3026 | 3021 |
|
3027 | 3022 |
|
| 3023 | + |
3028 | 3024 |
|
3029 | 3025 |
|
3030 | 3026 |
|
| ||
3083 | 3079 |
|
3084 | 3080 |
|
3085 | 3081 |
|
3086 |
| - |
3087 |
| - |
3088 |
| - |
3089 |
| - |
3090 |
| - |
3091 | 3082 |
|
3092 | 3083 |
|
3093 | 3084 |
|
| ||
3099 | 3090 |
|
3100 | 3091 |
|
3101 | 3092 |
|
| 3093 | + |
3102 | 3094 |
|
3103 | 3095 |
|
3104 | 3096 |
|
| ||
3108 | 3100 |
|
3109 | 3101 |
|
3110 | 3102 |
|
3111 |
| - |
| 3103 | + |
3112 | 3104 |
|
3113 | 3105 |
|
3114 | 3106 |
|
| ||
4466 | 4458 |
|
4467 | 4459 |
|
4468 | 4460 |
|
| 4461 | + |
| 4462 | + |
| 4463 | + |
| 4464 | + |
| 4465 | + |
| 4466 | + |
| 4467 | + |
| 4468 | + |
| 4469 | + |
| 4470 | + |
| 4471 | + |
| 4472 | + |
| 4473 | + |
| 4474 | + |
| 4475 | + |
4469 | 4476 |
|
4470 | 4477 |
|
4471 | 4478 |
|
|
+9-8Lines changed: 9 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
65 |
| - |
| 64 | + |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
72 |
| - |
| 71 | + |
| 72 | + |
| 73 | + |
73 | 74 |
|
74 | 75 |
|
75 | 76 |
|
|
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 |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
| 61 | + |
| 62 | + |
| 63 | + |
65 | 64 |
|
66 |
| - |
| 65 | + |
67 | 66 |
|
68 | 67 |
|
69 |
| - |
| 68 | + |
+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