pgsql: Fix unused variable compiler warning in !debug builds.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix unused variable compiler warning in !debug builds.
Date: 2019-05-01 01:10:52
Message-ID: E1hLdls-0002Mw-BV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d18f5ff90424c6e0a9b091ff3d7158891af4415d

Modified Files
--------------
src/backend/catalog/indexing.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-05-01 01:10:54 pgsql: Run catalog reindexing test from 3dbb317d32 serially, to avoid d
Previous Message Andres Freund 2019-05-01 01:10:49 pgsql: Fix unused variable compiler warning in !debug builds.