forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit344b7e1
committed
Add test coverage for rootdescend verification.
Commitc1afd17, which added support for rootdescend verification toamcheck, added only minimal regression test coverage. Address this bymaking sure that rootdescend verification is run on a multi-level index.In passing, simplify some of the regression tests that exercisemulti-level nbtree page deletion.Both issues spotted while rereviewing coverage of the nbtree patchseries using gcov.1 parent86b8504 commit344b7e1
File tree
4 files changed
+10
-22
lines changed- contrib/amcheck
- expected
- sql
- src/test/regress
- expected
- sql
4 files changed
+10
-22
lines changedLines changed: 5 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
113 |
| - | |
| 112 | + | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 | 134 |
| |
138 | 135 |
| |
139 | 136 |
| |
140 | 137 |
| |
141 |
| - | |
| 138 | + | |
142 | 139 |
| |
143 | 140 |
| |
144 | 141 |
| |
|
Lines changed: 5 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
73 |
| - | |
| 72 | + | |
| 73 | + | |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 | 86 |
| |
90 | 87 |
| |
91 | 88 |
| |
92 | 89 |
| |
93 |
| - | |
| 90 | + | |
94 | 91 |
| |
95 | 92 |
| |
96 | 93 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3225 | 3225 |
| |
3226 | 3226 |
| |
3227 | 3227 |
| |
3228 |
| - | |
3229 |
| - | |
3230 |
| - | |
3231 | 3228 |
| |
3232 | 3229 |
| |
3233 | 3230 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1146 | 1146 |
| |
1147 | 1147 |
| |
1148 | 1148 |
| |
1149 |
| - | |
1150 |
| - | |
1151 |
| - | |
1152 | 1149 |
| |
1153 | 1150 |
| |
1154 | 1151 |
| |
|
0 commit comments
Comments
(0)