Re: pgsql: Refactor attribute mappings used in logical tupleconversion - Mailing list pgsql-committers

From er
Subject Re: pgsql: Refactor attribute mappings used in logical tupleconversion
Date
Msg-id b7ad911d3eaa29af9fcdb9ccb26c363c@xs4all.nl
Whole thread Raw
In response to pgsql: Refactor attribute mappings used in logical tuple conversion  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Refactor attribute mappings used in logical tupleconversion  (Michael Paquier <michael@paquier.xyz>)
List 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.)








pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Refactor attribute mappings used in logical tuple conversion
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix compiler warning in non-assert builds