pgsql: pg_upgrade: Parallelize contrib/isn check. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: pg_upgrade: Parallelize contrib/isn check.
Date
Msg-id E1sqIzu-001Pfz-GE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_upgrade: Parallelize contrib/isn check.

This commit makes use of the new task framework in pg_upgrade to
parallelize the check for contrib/isn functions that rely on the
bigint data type.  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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9db3018cf83b4be1dbcdca8274e97ea8645df49c

Modified Files
--------------
src/bin/pg_upgrade/check.c | 97 ++++++++++++++++++++++++----------------------
1 file changed, 50 insertions(+), 47 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc PG relnotes: fix SGML markup for new commit links
Next
From: Nathan Bossart
Date:
Subject: pgsql: Fix redefinition of typedef.