Remove redundant assignment in CreateWorkExprContext - Mailing list pgsql-hackers

From Chao Li
Subject Remove redundant assignment in CreateWorkExprContext
Date
Msg-id 83a14f3c-f347-4769-9c01-30030b31f1eb@gmail.com
Whole thread Raw
List 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

pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Fix replica identity checks for MERGE command on published table.
Next
From: Dilip Kumar
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication