Remove redundant assignment in CreateWorkExprContext

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Remove redundant assignment in CreateWorkExprContext
Date: 2025-08-21 03:47:07
Message-ID: 83a14f3c-f347-4769-9c01-30030b31f1eb@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While discussing [1], I was reading execUtils.c, then I noticed this
redundant local variable assignment in CreateWorkExprContext(). The
attached patch fixed that.

[1]:
https://www.postgresql.org/message-id/CAA4eK1+SEus_6vQay9TF_r4ow+E-Q7LYNLfsD78HaOsLSgppxQ@mail.gmail.com

Best regards,

--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

Attachment Content-Type Size
v1-0001-Remove-redundant-assignemnt-in-CreateWorkExprCont.patch text/plain 1.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2025-08-21 03:47:08 Re: Proposal: Conflict log history table for Logical Replication
Previous Message Zhijie Hou (Fujitsu) 2025-08-21 03:41:30 RE: Fix replica identity checks for MERGE command on published table.