Обсуждение: pgsql: Fix unused variable compiler warning in !debug builds.

Поиск
Список
Период
Сортировка

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

От
Andres Freund
Дата:
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_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5409e359f81488056fb690c7aef0fd79d8a118d6

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