Re: Add header support to text format and matching feature

Поиск
Список
Период
Сортировка
От Rémi Lapeyre
Тема Re: Add header support to text format and matching feature
Дата
Msg-id 4009F36F-7D63-4E76-8CFE-776A5ED71BB9@lenstra.fr
обсуждение исходный текст
Ответ на Re: Add header support to text format and matching feature  (vignesh C <vignesh21@gmail.com>)
Ответы Re: Add header support to text format and matching feature  ("Daniel Verite" <daniel@manitou-mail.org>)
Список pgsql-hackers
Thanks for the feedback,

> There is one warning present in the changes:
> copy.c: In function ‘ProcessCopyOptions’:
> copy.c:1208:5: warning: ISO C90 forbids mixed declarations and code
> [-Wdeclaration-after-statement]
>     char    *sval = defGetString(defel);
>

Weirdly this is not caught by clang, even with -Wdeclaration-after-statement.

Here’s a new version that fix all the issues.

Rémi


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: CID 1428952 (#1 of 1): Out-of-bounds access (OVERRUN) (src/backend/commands/async.c)
Следующее
От: Rémi Lapeyre
Дата:
Сообщение: Re: WIP: System Versioned Temporal Table