pgsql: Fix compiler warning

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix compiler warning
Дата
Msg-id E1jGl4L-0008BQ-Nl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compiler warning

A variable was unused in non-assert builds.  Simplify the code to
avoid the issue.

Reported-by: Erik Rijkers <er@xs4all.nl>

Branch
------
master

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

Modified Files
--------------
src/backend/replication/logical/worker.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


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

Предыдущее
От: Erik Rijkers
Дата:
Сообщение: Re: pgsql: Some refactoring of logical/worker.c
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Some refactoring of logical/worker.c