pgsql: Fix compiler warning
Started by Peter Eisentrautover 6 years ago1 messagescomitters
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(-)