]> 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)
commit5409e359f81488056fb690c7aef0fd79d8a118d6
treeb1930453f98163385c32f032e9d3c442f6f53d80
parent670a492c5f1bf74b098c200aa469db044ec06d6e
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