- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitd46a979
committed
Clean up useless "skipping" messages for VACUUM/ANALYZE.
When VACUUM/ANALYZE are run on an entire database, it warns ofskipping relations for which the user doesn't have sufficientprivileges. That only makes sense for tables, so skip such messagesfor indexes, etc.Reviewed-by: Nathan BossartDiscussion:https://postgr.es/m/c0a85c2e83158560314b576b6241c8ed0aea1745.camel%40j-davis.com1 parentc44f633 commitd46a979
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
906 | 906 |
| |
907 | 907 |
| |
908 | 908 |
| |
909 |
| - | |
910 |
| - | |
911 |
| - | |
912 |
| - | |
913 | 909 |
| |
914 | 910 |
| |
915 | 911 |
| |
| |||
920 | 916 |
| |
921 | 917 |
| |
922 | 918 |
| |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
923 | 923 |
| |
924 | 924 |
| |
925 | 925 |
| |
|
0 commit comments
Comments
(0)