Do not filter by relkind in vacuumdb's catalog query if --table is used

Michael Paquier <michael@paquier.xyz>

Commit: b8f73df0f845d865823ef72669024dc150282392
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-01-30T00:44:08Z
Releases: 12.0
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/32049A78-C429-4742-AEC1-941C9ABDE7B8@amazon.com

Files

PathChange+/−
src/bin/scripts/t/100_vacuumdb.pl modified +8 −1
src/bin/scripts/vacuumdb.c modified +10 −3

Discussion