]> granicus.if.org Git - postgresql/commit
Fix unused variable compiler warning in !debug builds.
authorAndres Freund <andres@anarazel.de>
Wed, 1 May 2019 00:45:32 +0000 (17:45 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 1 May 2019 00:45:32 +0000 (17:45 -0700)
commitd8d5e1ae5ea81f4a36200fdbf88b1822ff8f99bb
tree7eb23d0c486816f1e7a6cacc2bb93b294f842946
parentf495b65a5659eaca26e7f7778ae31110a73f4483
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