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

From Tom Lane
Subject Re: pgsql: Fix memory leak in pgbench
Date
Msg-id 12886.1554958438@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix memory leak in pgbench  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: pgsql: Fix memory leak in pgbench  (Masahiko Sawada <sawada.mshk@gmail.com>)
Re: pgsql: Fix memory leak in pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-committers
Thomas Munro <thomas.munro@gmail.com> writes:
> . o O ( Is it time to run with -Werror on some BF animals yet? )

I've got -Werror turned on on longfin; I'm surprised that it's not
whining about this.  Perhaps -Wdeclaration-after-statement doesn't
really do anything on clang?

Anyway, I'd be in favor of having at least one reasonably-recent-gcc
animal running with -Werror.  gcc and clang seem to have rather
different sets of warnings.

            regards, tom lane



pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix memory leak in pgbench
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix declaration after statement