From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
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-19 15:41:59 |
Message-ID: | pm7cqht4us3qcp2bji4bm2w3hdr65scbgovemujbbltt6irmyz@7j7sh3rurbji |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
On 2025-03-18 21:14:22 -0500, Nathan Bossart wrote:
> From 8b6a5e0148c2f7a663f5003f12ae9461d2b06a5c Mon Sep 17 00:00:00 2001
> From: Nathan Bossart <nathan(at)postgresql(dot)org>
> Date: Tue, 18 Mar 2025 20:58:07 -0500
> Subject: [PATCH v7 1/4] Add test for pg_upgrade file transfer modes.
>
> This new test checks all of pg_upgrade's file transfer modes. For
> each mode, we verify that pg_upgrade either succeeds (and some test
> objects successfully reach the new version) or fails with an error
> that indicates the mode is not supported on the current platform.
LGTM. I'm sure we could do more than the test does today, but I think it's a
good improvement.
Greetings,
Andres Freund
From | Date | Subject | |
---|---|---|---|
Next Message | Yura Sokolov | 2025-03-19 16:05:13 | Re: Optimize truncation logic to reduce AccessExclusive lock impact |
Previous Message | Nathan Bossart | 2025-03-19 15:40:31 | Re: Disabling vacuum truncate for autovacuum |