]> 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)
commit40230f0e2e3bed70eaada93b73a440221017d4d7
tree3c9d7f278252e7c162099d3def385d65841c1d28
parente7418f89f17ad351d8cbd513a104efda6d25a2bd
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