pgsql: Remove unused variable in non-assert-enabled build

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused variable in non-assert-enabled build
Date: 2018-04-08 16:30:52
Message-ID: E1f5DDQ-0003nT-Sx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused variable in non-assert-enabled build

Use field of structure in Assert directly

Jeff Janes

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/34602b0a1dfd41400d376e73e41ad868ad2d3ce8

Modified Files
--------------
src/backend/access/common/indextuple.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2018-04-08 16:58:31 pgsql: match_clause_to_index should check only key columns
Previous Message Alexander Korotkov 2018-04-08 15:53:33 Re: pgsql: Indexes with INCLUDE columns and their support in B-tree