Re: pgsql: Refactor attribute mappings used in logical tuple conversion

From: er <er(at)xs4all(dot)nl>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Refactor attribute mappings used in logical tuple conversion
Date: 2019-12-18 07:43:47
Message-ID: b7ad911d3eaa29af9fcdb9ccb26c363c@xs4all.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2019-12-18 08:25, Michael Paquier wrote:

> Refactor attribute mappings used in logical tuple conversion

gcc (9.2.0) mutters this:

tupconvert.c: In function ‘execute_attr_map_tuple’:
tupconvert.c:146:8: warning: unused variable ‘outnatts’
[-Wunused-variable]
146 | int outnatts = map->outdesc->natts;
| ^~~~~~~~

(Otherwise compiles & runs fine.)

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-12-18 08:06:28 pgsql: Fix compiler warning in non-assert builds
Previous Message Michael Paquier 2019-12-18 07:25:49 pgsql: Refactor attribute mappings used in logical tuple conversion