forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit87d90ac
committed
Improve pg_amcheck's TAP test 003_check.pl.
Disable autovacuum, because we don't want it to run againstintentionally corrupted tables. Also, before corrupting the tables,run pg_amcheck and ensure that it passes. Otherwise, if somethingunexpected happens when we check the corrupted tables, it's not soclear whether it would have also happened before we corruptedthem.Mark DilgerDiscussion:http://postgr.es/m/AA5506CE-7D2A-42E4-A51D-358635E3722D@enterprisedb.com1 parentea80138 commit87d90ac
1 file changed
+18
-6
lines changedLines changed: 18 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| 120 | + | |
120 | 121 |
| |
121 | 122 |
| |
122 | 123 |
| |
| |||
308 | 309 |
| |
309 | 310 |
| |
310 | 311 |
| |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 | 312 |
| |
317 | 313 |
| |
318 | 314 |
| |
| |||
322 | 318 |
| |
323 | 319 |
| |
324 | 320 |
| |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
325 | 337 |
| |
326 | 338 |
| |
327 | 339 |
| |
|
0 commit comments
Comments
(0)