pgsql: Fix compiler warning

Поиск
Список
Период
Сортировка
Искать

pgsql: Fix compiler warning

От:
Peter Eisentraut <peter@eisentraut.org>
Дата:
Fix compiler warning

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

Reported-by: Erik Rijkers 

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(-)

FAQ