]> 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)
commitd18f5ff90424c6e0a9b091ff3d7158891af4415d
treec10b4a564ba85d8157232c1f3d86e3aba7aebcfe
parent17126e0892cb7085b50fa4852b0719e37621ac40
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