Re: pgsql: Fix memory leak in pgbench - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Fix memory leak in pgbench
Date
Msg-id 20190410060738.GC2728@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Fix memory leak in pgbench  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: pgsql: Fix memory leak in pgbench  (Andres Freund <andres@anarazel.de>)
Re: pgsql: Fix memory leak in pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-committers
On Wed, Apr 10, 2019 at 01:19:11PM +0900, Masahiko Sawada wrote:
> This change leads a compiler warning on my machine:
>
> pgbench.c: In function ‘readCommandResponse’:
> pgbench.c:2730: warning: ISO C90 forbids mixed declarations and code

C99 does not forbid that (see d9dd406).
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: pgsql: Fix memory leak in pgbench
Next
From: Fabien COELHO
Date:
Subject: Re: pgsql: Fix memory leak in pgbench