Do not filter by relkind in vacuumdb's catalog query if --table is used If a user specifies a relation name which cannot be processed, then the backend can warn directly about what is wrong with it. This fixes an oversight from e0c2933.
Author: Nathan Bossart Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/b8f73df0f845d865823ef72669024dc150282392 Modified Files -------------- src/bin/scripts/t/100_vacuumdb.pl | 9 ++++++++- src/bin/scripts/vacuumdb.c | 13 ++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-)
