diff options
author | Nathan Bossart <nathan@postgresql.org> | 2024-09-16 16:10:33 -0500 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2024-09-16 16:10:33 -0500 |
commit | bbf83cab98f2c018d6d394decaa9b03212f96983 (patch) | |
tree | b4835c26cca7bfa7afd73a8662f0ba243796e0e7 /src/backend/access/gist/gistvalidate.c | |
parent | 6ab8f27bc7163ab534543e32504e47ed924b6737 (diff) | |
download | postgresql-bbf83cab98f2c018d6d394decaa9b03212f96983.tar.gz postgresql-bbf83cab98f2c018d6d394decaa9b03212f96983.zip |
pg_upgrade: Parallelize data type checks.
This commit makes use of the new task framework in pg_upgrade to
parallelize the checks for incompatible data types, i.e., data
types whose on-disk format has changed, data types that have been
removed, etc. This step will now process multiple databases
concurrently when pg_upgrade's --jobs option is provided a value
greater than 1.
Reviewed-by: Daniel Gustafsson, Ilya Gladyshev
Discussion: https://postgr.es/m/20240516211638.GA1688936%40nathanxps13
Diffstat (limited to 'src/backend/access/gist/gistvalidate.c')
0 files changed, 0 insertions, 0 deletions