Re: SQL/JSON features for v15 - Mailing list pgsql-hackers

From Amit Langote
Subject Re: SQL/JSON features for v15
Date
Msg-id CA+HiwqH_KLTNTTChyktdgN5UwJ-TFwALqX-phYstroQOXq-NCg@mail.gmail.com
Whole thread Raw
In response to Re: SQL/JSON features for v15  (Justin Pryzby <pryzby@telsasoft.com>)
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: freeing LDAPMessage in CheckLDAPAuth
Next
From: Etsuro Fujita
Date:
Subject: Re: Refactoring postgres_fdw/connection.c