- Notifications
You must be signed in to change notification settings - Fork28
Commit56064d5
committed
Remove useless and rather expensive stanza in matview regression test.
This removes a test case added by commitb69ec7c, which was intendedto exercise a corner case involving the rule used at that time thatmaterialized views were unpopulated iff they had physical size zero.We got rid of that rule very shortly later, in commit1d6c72a, butkept the test case. However, because the case now asks what VACUUMwill do to a zero-sized physical file, it would be pretty surprisingif the answer were ever anything but "nothing" ... and if things wereindeed that broken, surely we'd find it out from other tests. Sincethe test involves a table that's fairly large by regression-teststandards (100K rows), it's quite slow to run. Dropping it shouldsave some buildfarm cycles, so let's do that.Discussion:https://postgr.es/m/32386.1493831320@sss.pgh.pa.us1 parentc521d5a commit56064d5
2 files changed
+0
-32
lines changedLines changed: 0 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 | 385 |
| |
406 | 386 |
| |
407 | 387 |
| |
|
Lines changed: 0 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 | 125 |
| |
138 | 126 |
| |
139 | 127 |
| |
|
0 commit comments
Comments
(0)