Re: optimize file transfer in pg_upgrade

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Greg Sabino Mullane <htamfids(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, bruce(at)momjian(dot)us
Subject: Re: optimize file transfer in pg_upgrade
Date: 2025-03-20 20:23:13
Message-ID: Z9x5MVjWO7zVwrJ0@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 20, 2025 at 11:11:46AM -0500, Nathan Bossart wrote:
> As promised, I've committed just 0001 for now. I'll watch closely for any
> issues in the buildfarm.

Seeing none, here's is a rebased patch set without 0001. The only changes
are some fleshed-out comments and commit messages. I'm still aiming to
commit this sometime early next week.

--
nathan

Attachment Content-Type Size
v9-0001-initdb-Add-no-sync-data-files.patch text/plain 13.5 KB
v9-0002-pg_dump-Add-sequence-data.patch text/plain 5.1 KB
v9-0003-pg_upgrade-Add-swap-for-faster-file-transfer.patch text/plain 32.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ilia Evdokimov 2025-03-20 20:24:14 Remove redundant if-else in EXPLAIN by using ExplainPropertyText
Previous Message Noah Misch 2025-03-20 20:16:44 Re: md.c vs elog.c vs smgrreleaseall() in barrier