forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4aaa3b5
committed
Remove duplicative polygon SP-GiST sequencing test.
Code coverage comparisons confirm that the tests usingquad_poly_tbl_ord_seq1/quad_poly_tbl_ord_idx1 hit no codepaths not also covered by the similar tests usingquad_poly_tbl_ord_seq2/quad_poly_tbl_ord_idx2. Since thesetest cases are pretty expensive, they need to contribute morethan zero benefit.In passing, make quad_poly_tbl_ord_seq2 a temp table, sincethere seems little reason to keep it around after the test.Discussion:https://postgr.es/m/735.1554935715@sss.pgh.pa.us1 parentd4888a3 commit4aaa3b5
File tree
3 files changed
+2
-48
lines changed- src/test/regress
- expected
- sql
3 files changed
+2
-48
lines changedLines changed: 1 addition & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
| 69 | + | |
73 | 70 |
| |
74 | 71 |
| |
75 | 72 |
| |
| |||
283 | 280 |
| |
284 | 281 |
| |
285 | 282 |
| |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 | 283 |
| |
309 | 284 |
| |
310 | 285 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
171 |
| - | |
172 | 170 |
| |
173 | 171 |
| |
174 | 172 |
| |
|
Lines changed: 1 addition & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
| 65 | + | |
70 | 66 |
| |
71 | 67 |
| |
72 | 68 |
| |
| |||
127 | 123 |
| |
128 | 124 |
| |
129 | 125 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 | 126 |
| |
146 | 127 |
| |
147 | 128 |
| |
|
0 commit comments
Comments
(0)