From: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
---|---|
To: | Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>, Robert Haas <robertmhaas(at)gmail(dot)com>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
Cc: | masao(dot)fujii(at)gmail(dot)com, andres(at)anarazel(dot)de, michael(at)paquier(dot)xyz, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Network failure may prevent promotion |
Date: | 2025-04-04 09:58:15 |
Message-ID: | c0e0bf99-bda0-429f-a2bf-583097da4f1c@iki.fi |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 21/03/2025 15:24, Yura Sokolov wrote:
> I've just rebased patches and merged last two fix-commits (0003 and 0004)
> into 0002.
Thanks for reviving this! I looked over this again and committed.
On May 14, 2024 at 14:16 Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> I think it would be helpful to make it more clear exactly what's going
> on here. It looks 0001 is intended to revert
> 21ef4d4d897563adb2f7920ad53b734950f1e0a4, which was itself a revert of
> 728f86fec65537eade8d9e751961782ddb527934, and then I guess the
> remaining patches are to fix up issues created by that commit, but the
> commit messages aren't meaningful so it's hard to understand what is
> being fixed.
Yes, that's exactly what's going on here :-). I squashed the patches
together and explained that in the commit message.
> I think it would also be useful to clarify whether this is imagined to
> be for master only, or something to be back-patched. In addition to
> mentioning that here, it would be good to add that information to the
> target version field of https://commitfest.postgresql.org/48/4748/
A lot of time and v17 release passed since you wrote this, but for sake
of completeness: This is for v18 only. It's not a bug fix. There was an
bug with the original commit 728f86fec6, which was resolved by reverting
it in v16 and v17. This commit brings it back in v17, hopefully bug-free
this time.
--
Heikki Linnakangas
Neon (https://neon.tech)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2025-04-04 10:18:11 | Re: Extend ALTER DEFAULT PRIVILEGES for large objects |
Previous Message | Shlok Kyal | 2025-04-04 09:14:17 | Re: Restrict publishing of partitioned table with a foreign table as partition |