pgsql: Fix unused variable compiler warning in !debug builds.

Started by Andres Freundabout 7 years ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

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

Branch
------
REL_10_STABLE

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

Modified Files
--------------
src/backend/catalog/indexing.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)