Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10 - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Date
Msg-id afu248qSjSvL7XAT@nathan
Whole thread
In response to Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
On Fri, May 01, 2026 at 03:10:51PM -0500, Nathan Bossart wrote:
> I wrote a new set of patches on a plane a couple of weeks ago, but I forgot
> to post them.  I'm not yet 100% positive I've got the changes to
> rewrite_multixacts() in the pg_upgrade patch correct, but otherwise it's
> pretty mechanical and straightforward.

Best I can tell, the rewrite_multixacts() changes are fine.  I also noticed
a couple of accidental removals of v11 stuff in the psql patch, which
should be fixed in the attached.

-- 
nathan

Attachment

pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: Why clearing the VM doesn't require registering vm buffer in wal record
Next
From: Zsolt Parragi
Date:
Subject: Re: COPY ON_CONFLICT TABLE; save duplicated record to another table.