Re: pgsql: Refactor attribute mappings used in logical tupleconversion

Поиск
Список
Период
Сортировка
От er
Тема Re: pgsql: Refactor attribute mappings used in logical tupleconversion
Дата
Msg-id b7ad911d3eaa29af9fcdb9ccb26c363c@xs4all.nl
обсуждение исходный текст
Ответ на pgsql: Refactor attribute mappings used in logical tuple conversion  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Refactor attribute mappings used in logical tupleconversion  (Michael Paquier <michael@paquier.xyz>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Refactor attribute mappings used in logical tuple conversion
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix compiler warning in non-assert builds