pgsql: Remove redundant assignments in copyfrom.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove redundant assignments in copyfrom.c
Дата
Msg-id E1qewpi-0035iQ-I8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: remove mention of backslash doubling in strings
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Translation updates