minor MERGE cleanups

Started by Alvaro Herreraalmost 4 years ago3 messageshackers
Jump to latest
#1Alvaro Herrera
alvherre@2ndquadrant.com

There's a complain from Coverity about outer_plan being referenced while
possibly NULL, which can be silenced by using an existing local
variable. 0001 does that.

0002 and 0003 are unrelated: in the former, we avoid creating a separate
local variable planSlot when we can just refer to the eponymous member
of ModifyTableContext. In the latter, we reduce the scope where
'lockmode' is defined by moving it from ModifyTableContext to
UpdateContext, which means we can save initializing it in a few spots;
this makes the code more natural.

I expect these fixups in new code should be uncontroversial.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

Attachments:

0001-reuse-local-variable-to-silence-coverity.patchtext/x-diff; charset=utf-8Download+1-2
0002-use-context.planSlot-instead-of-having-a-separate-pl.patchtext/x-diff; charset=utf-8Download+10-15
0003-Move-ModifyTableContext-lockmode-to-UpdateContext.patchtext/x-diff; charset=utf-8Download+8-16
#2Michael Paquier
michael@paquier.xyz
In reply to: Alvaro Herrera (#1)
Re: minor MERGE cleanups

On Tue, Apr 19, 2022 at 03:45:22PM +0200, Alvaro Herrera wrote:

I expect these fixups in new code should be uncontroversial.

The whole set looks rather sane to me.
--
Michael

#3Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Michael Paquier (#2)
Re: minor MERGE cleanups

On 2022-Apr-20, Michael Paquier wrote:

On Tue, Apr 19, 2022 at 03:45:22PM +0200, Alvaro Herrera wrote:

I expect these fixups in new code should be uncontroversial.

The whole set looks rather sane to me.

Thank you, I have pushed them.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/