Thread: pgsql: Remove redundant assignments in copyfrom.c

pgsql: Remove redundant assignments in copyfrom.c

From
Michael Paquier
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e434e21e114b423e919324ad6ce1f3f079ca2a03

Modified Files
--------------
src/backend/commands/copyfrom.c | 2 --
1 file changed, 2 deletions(-)