Fix unused variable compiler warning in !debug builds.

Andres Freund <andres@anarazel.de>

Commit: d18f5ff90424c6e0a9b091ff3d7158891af4415d
Author: Andres Freund <andres@anarazel.de>
Date: 2019-05-01T00:45:32Z
Releases: 9.6.13
Fix unused variable compiler warning in !debug builds.

Introduced in 3dbb317d3.  Fix by using the new local variable in more
places.

Reported-By: Bruce Momjian (off-list)
Backpatch: 9.4-, like 3dbb317d3

Files

PathChange+/−
src/backend/catalog/indexing.c modified +3 −3