Do not filter by relkind in vacuumdb's catalog query if --table is used
authorMichael Paquier <michael@paquier.xyz>
Wed, 30 Jan 2019 00:44:08 +0000 (09:44 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 30 Jan 2019 00:44:08 +0000 (09:44 +0900)
commitb8f73df0f845d865823ef72669024dc150282392
tree78380701182b0f467cc84eab897b1571ac3c5db4
parentfa2cf164aaf91e074be653c28e035f65d80eb666
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
src/bin/scripts/t/100_vacuumdb.pl
src/bin/scripts/vacuumdb.c