pg_upgrade: Error out on too many command-line arguments
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-08-25T08:51:47Z
Lists: pgsql-hackers
Attachments
- 0001-pg_upgrade-Error-out-on-too-many-command-line-argume.patch (text/plain) patch 0001
I propose the attached patch to make pg_upgrade error out on too many command-line arguments. This makes it match the behavior of other PostgreSQL programs. See [0] for an issue related to the lack of this check: [0]: https://www.postgresql.org/message-id/871sdbzizp.fsf%40jsievers.enova.com -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Error out on too many command-line arguments
- 9684e4269549 13.0 landed