Thread
-
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Nathan Bossart <nathandbossart@gmail.com> — 2026-05-01T20:10:51Z
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. -- nathan
-
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Nathan Bossart <nathandbossart@gmail.com> — 2026-05-06T21:47:15Z
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
-
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Andrew Dunstan <andrew@dunslane.net> — 2026-05-16T12:00:25Z
On 2026-05-06 We 5:47 PM, Nathan Bossart wrote: > 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. Have we made a definite decision on this? If so, I will push the buildfarm change I have ready for it, so when we pull the trigger we don't get breakage. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
-
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Tom Lane <tgl@sss.pgh.pa.us> — 2026-05-16T13:42:47Z
Andrew Dunstan <andrew@dunslane.net> writes: > Have we made a definite decision on this? If so, I will push the > buildfarm change I have ready for it, so when we pull the trigger we > don't get breakage. I think we've agreed to do this for v20. (I've not reviewed the proposed patch, so that's not an endorsement of the patch details.) Getting out ahead of that in the buildfarm would be a good thing. regards, tom lane
-
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Nathan Bossart <nathandbossart@gmail.com> — 2026-05-16T13:44:17Z
On Sat, May 16, 2026 at 09:42:47AM -0400, Tom Lane wrote: > Andrew Dunstan <andrew@dunslane.net> writes: >> Have we made a definite decision on this? If so, I will push the >> buildfarm change I have ready for it, so when we pull the trigger we >> don't get breakage. > > I think we've agreed to do this for v20. (I've not reviewed the > proposed patch, so that's not an endorsement of the patch details.) > Getting out ahead of that in the buildfarm would be a good thing. +1 -- nathan
-
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Andrew Dunstan <andrew@dunslane.net> — 2026-05-16T17:51:57Z
On 2026-05-16 Sa 9:44 AM, Nathan Bossart wrote: > On Sat, May 16, 2026 at 09:42:47AM -0400, Tom Lane wrote: >> Andrew Dunstan <andrew@dunslane.net> writes: >>> Have we made a definite decision on this? If so, I will push the >>> buildfarm change I have ready for it, so when we pull the trigger we >>> don't get breakage. >> I think we've agreed to do this for v20. (I've not reviewed the >> proposed patch, so that's not an endorsement of the patch details.) >> Getting out ahead of that in the buildfarm would be a good thing. > +1 > OK, I have pushed that. See <https://github.com/PGBuildFarm/client-code/commit/4c3ed0c37bbcaf427e61384bb351364ecae9b4d9> crake will be immediately affected on HEAD. I'll make a new release when we branch the tree. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com