Re: pg_upgrade: Error out on too many command-line arguments
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Michael Paquier <michael@paquier.xyz>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Ibrar Ahmed <ibrar.ahmad@gmail.com>, Julien Rouhaud <rjuju123@gmail.com>,
Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-08-30T07:14:07Z
Lists: pgsql-hackers
Bonjour Michaël, > I don't see why not. Perhaps this could be done for pgbench and > oid2name as well? This is for pgbench. I did not found a TAP test in pg_upgrade, I do not think that it is worth creating one for that purpose. The "test.sh" script does not seem appropriate for this kind of coverage error test. The TAP test for oid2name only includes basic checks, options and arguments are not even tested, and there is no infra for actual testing, eg starting a server… Improving that would be a much more significant effort that the one line I added to pgbench existing TAP test. -- Fabien.
Commits
-
Error out on too many command-line arguments
- 9684e4269549 13.0 landed