Re: pgsql: Fix declaration after statement

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix declaration after statement
Date: 2019-04-11 05:05:19
Message-ID: 13382.1554959119@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> writes:
> (My compiler does not complain about it, even though
> -Wdeclaration-after-statement is specified. Weird.)

longfin's compiler doesn't either (clang-1001.0.46.3).
What are you using? Maybe we should be filing bug reports?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2019-04-11 05:10:16 Re: pgsql: Fix memory leak in pgbench
Previous Message Tom Lane 2019-04-11 04:53:58 Re: pgsql: Fix memory leak in pgbench