Fix compiler warning

Peter Eisentraut <peter@eisentraut.org>

Commit: cef27ae01ac872355b2bd56c0882aafe5c6f08de
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-03-24T15:02:01Z
Releases: 13.0
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>

Files

PathChange+/−
src/backend/replication/logical/worker.c modified +1 −2