Re: SQL/JSON features for v15

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: SQL/JSON features for v15
Дата
Msg-id CA+HiwqH_KLTNTTChyktdgN5UwJ-TFwALqX-phYstroQOXq-NCg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: SQL/JSON features for v15  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
On Fri, Sep 2, 2022 at 8:56 PM Justin Pryzby <pryzby@telsasoft.com> wrote:
> On Wed, Aug 31, 2022 at 03:51:18PM +0900, Amit Langote wrote:
> > Finally, I get this warning:
> >
> > execExprInterp.c: In function ‘ExecJsonCoerceCStringToText’:
> > execExprInterp.c:4765:3: warning: missing braces around initializer
> > [-Wmissing-braces]
> >    NameData encoding = {0};
> >    ^
> > execExprInterp.c:4765:3: warning: (near initialization for
> > ‘encoding.data’) [-Wmissing-braces]
>
> With what compiler ?
>
> This has came up before:
> 20211202033145.GK17618@telsasoft.com
> 20220716115932.GV18011@telsasoft.com

Didn't realize it when I was reviewing the patch but somehow my build
script had started using gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44),
which I know is old.

- Amit



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: freeing LDAPMessage in CheckLDAPAuth
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: Refactoring postgres_fdw/connection.c