pgsql: pg_upgrade: Parallelize retrieving loadable libraries.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: Parallelize retrieving loadable libraries.
Date: 2024-09-16 21:11:02
Message-ID: E1sqIzu-001Pfr-EU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: Parallelize retrieving loadable libraries.

This commit makes use of the new task framework in pg_upgrade to
parallelize retrieving the names of all libraries referenced by
non-built-in C functions. 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/46cad8b31927410a99894279ca9af4e0d5c185b6

Modified Files
--------------
src/bin/pg_upgrade/function.c | 71 +++++++++++++++++++++++++++----------------
1 file changed, 45 insertions(+), 26 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-09-16 21:34:03 pgsql: Fix redefinition of typedef.
Previous Message Bruce Momjian 2024-09-16 18:24:05 pgsql: doc PG relnotes: fix SGML markup for new commit links