forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4c51a2d
committed
Improve test coverage of ginvacuum.c.
Add a test case that exercises vacuum's deletion of empty GINposting pages. Since this is a temp table, it should now workreliably to delete a bunch of rows and immediately VACUUM.Before the preceding commit, this would not have had the desiredeffect, at least not in parallel regression tests.Discussion:https://postgr.es/m/3490536.1598629609@sss.pgh.pa.us1 parenta7212be commit4c51a2d
2 files changed
+29
-0
lines changedLines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
267 | 288 |
| |
268 | 289 |
| |
269 | 290 |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
162 | 170 |
| |
163 | 171 |
| |
164 | 172 |
| |
|
0 commit comments
Comments
(0)