forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbdb71db
committed
VACUUM VERBOSE: Show dead items for an empty table.
Be consistent about the lines that VACUUM VERBOSE outputs by includingan "index scan not needed: " line for completely empty tables. Thismakes the output more readable, especially with multiple distinct VACUUMoperations processed by the same VACUUM command. It's also moreconsistent; even empty tables can use the failsafe, which wasn'treported in the standard way until now.Follow-up to commit6e20f46, which taught VACUUM VERBOSE to be moreconsistent about reporting on scanned pages with empty tables.1 parent357c845 commitbdb71db
1 file changed
+18
-20
lines changedLines changed: 18 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
715 | 715 |
| |
716 | 716 |
| |
717 | 717 |
| |
718 |
| - | |
| 718 | + | |
719 | 719 |
| |
720 |
| - | |
721 |
| - | |
722 |
| - | |
723 |
| - | |
724 |
| - | |
725 |
| - | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
726 | 724 |
| |
727 |
| - | |
728 |
| - | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
729 | 731 |
| |
730 |
| - | |
731 |
| - | |
732 |
| - | |
733 |
| - | |
734 |
| - | |
| 732 | + | |
735 | 733 |
| |
736 |
| - | |
737 |
| - | |
738 |
| - | |
739 |
| - | |
740 |
| - | |
741 |
| - | |
| 734 | + | |
742 | 735 |
| |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
743 | 741 |
| |
744 | 742 |
| |
745 | 743 |
| |
|
0 commit comments
Comments
(0)