Fix unused variable compiler warning in !debug builds.
authorAndres Freund <[email protected]>
Wed, 1 May 2019 00:45:32 +0000 (17:45 -0700)
committerAndres Freund <[email protected]>
Wed, 1 May 2019 00:45:32 +0000 (17:45 -0700)
commit4b40d40b30ae04ba524cd410f14e64ae4425a180
treecf97f21f9e6238fa746734125e2ebaaa6ac48a0a
parentb06a354e381d30e13cef28904bb923896aa4719b
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
src/backend/catalog/indexing.c