Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 347758b

Browse files
pg_upgrade: run all data type checks per connection
The checks for data type usage were each connecting to all databases in the cluster and running their query. On clusters which have a lot of databases this can become unnecessarily expensive. This moves the checks to run in a single connection instead to minimize setup and teardown overhead. Reviewed-by: Nathan Bossart <[email protected]> Reviewed-by: Justin Pryzby <[email protected]> Reviewed-by: Peter Eisentraut <[email protected]> Discussion: https://postgr.es/m/[email protected]
1 parent 5577a71 commit 347758b

File tree

3 files changed

+506
-521
lines changed

3 files changed

+506
-521
lines changed

0 commit comments

Comments
 (0)