useless assignment pointer argument

Поиск
Список
Период
Сортировка
От Gaetano Mendola
Тема useless assignment pointer argument
Дата
Msg-id CAJycT5q2xa02M7h=hgnBbcmgyVbg_zHeOQnGB3qxRsmH6RjQhQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: useless assignment pointer argument  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,
in the following spots:

src/backend/commands/explain.c:1692
src/backend/commands/explain.c:1874
src/backend/commands/explain.c:1986

there is the following assignment: 

   ancestors = list_delete_first(ancestors);

but it has no effect at all being that a function parameter and not used anymore after the assignment itself.

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: RFC: Remove contrib entirely
Следующее
От: Andres Freund
Дата:
Сообщение: Re: useless assignment pointer argument