gpdb icon indicating copy to clipboard operation
gpdb copied to clipboard

Draft: Add pg_upgrade --run-specific-check and --list-checks

Open Chibin opened this issue 1 year ago • 0 comments
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

Chibin avatar Apr 01 '24 14:04 Chibin