pgsql: Silence complaint about dead assignment

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Silence complaint about dead assignment
Дата
Msg-id E1egL1y-00049l-IE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence complaint about dead assignment

The preferred place for "placate compiler" assignments is after
elog(ERROR), not before it.  Otherwise, scan-build complains about a
dead assignment.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07e524d3e955a79b94918d076642b3ac8e84b65f

Modified Files
--------------
src/backend/commands/tablecmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Initialize unused ExprEvalStep fields.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix test case for 'outer pathkeys do not match mergeclauses'fix