- Notifications
You must be signed in to change notification settings - Fork28
Commitaa4a0b9
committed
pgbench: Don't fail during startup
In pgbench, report, but ignore, any errors returned when attempting tovacuum/truncate the default tables during startup. If the tables areneeded, we'll error out soon enough anyway.Per discussion with Tatsuo, David Rowley, Jim Nasby, Robert, Andres,Fujii, Fabrízio de Royes Mello, Tomas Vondra, Michael Paquier, Peter,based on a suggestion from Jeff Janes, patch from Robert, additionalmessage wording from Tom.1 parent97e0aa6 commitaa4a0b9
1 file changed
+19
-4
lines changedLines changed: 19 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
605 | 605 |
| |
606 | 606 |
| |
607 | 607 |
| |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
608 | 623 |
| |
609 | 624 |
| |
610 | 625 |
| |
| |||
3283 | 3298 |
| |
3284 | 3299 |
| |
3285 | 3300 |
| |
3286 |
| - | |
3287 |
| - | |
3288 |
| - | |
| 3301 | + | |
| 3302 | + | |
| 3303 | + | |
3289 | 3304 |
| |
3290 | 3305 |
| |
3291 | 3306 |
| |
3292 | 3307 |
| |
3293 | 3308 |
| |
3294 |
| - | |
| 3309 | + | |
3295 | 3310 |
| |
3296 | 3311 |
| |
3297 | 3312 |
| |
|
0 commit comments
Comments
(0)