gpdb
gpdb copied to clipboard
Draft: Add pg_upgrade --run-specific-check and --list-checks
trafficstars
Some of the pg_upgrade checks may take a long time to run, so if a user wants to address a particular issue, they will likely want to run a specific check to validate that they've addressed the issue.
Add the initial implementation of running a list of specific checks for pg_upgrade.
Also added pg_upgrade --list-checks to know which checks are available to run individually.
Here are some reminders before you submit the pull request
- [ ] Add tests for the change
- [ ] Document changes
- [ ] Communicate in the mailing list if needed
- [ ] Pass
make installcheck - [ ] Review a PR in return to support the community