Remove redundant assignments in copyfrom.c

Michael Paquier <michael@paquier.xyz>

Commit: e434e21e114b423e919324ad6ce1f3f079ca2a03
Author: Michael Paquier <michael@paquier.xyz>
Date: 2023-09-09T12:12:41Z
Releases: 17.0
Remove redundant assignments in copyfrom.c

The tuple descriptor and the number of attributes are assigned twice to
the same values in BeginCopyFrom(), for what looks like a small thinko
coming from the refactoring done in c532d15dddff1.

Author: Jingtang Zhang
Discussion: https://postgr.es/m/CAPsk3_CrYeXUVHEiaWAYxY9BKiGvGT3AoXo_+Jm0xP_s_VmXCA@mail.gmail.com

Files

PathChange+/−
src/backend/commands/copyfrom.c modified +0 −2

Discussion