pgsql: Remove unused variable in non-assert-enabled build - Mailing list pgsql-committers

From Teodor Sigaev
Subject pgsql: Remove unused variable in non-assert-enabled build
Date
Msg-id E1f5DDQ-0003nT-Sx@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Indexes with INCLUDE columns and their support in B-tree
Next
From: Teodor Sigaev
Date:
Subject: pgsql: match_clause_to_index should check only key columns