Re: pgsql: Fix memory leak in pgbench

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix memory leak in pgbench
Date: 2019-04-10 06:07:38
Message-ID: 20190410060738.GC2728@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Fabien COELHO 2019-04-10 06:10:15 Re: pgsql: Fix memory leak in pgbench
Previous Message Masahiko Sawada 2019-04-10 04:19:11 Re: pgsql: Fix memory leak in pgbench