pgsql: Fix declaration after statement - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix declaration after statement
Date
Msg-id E1hEQps-0000gb-E3@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix declaration after statement  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Fix declaration after statement

This style is frowned upon.  I inadvertently introduced one in commit
fe0e0b4fc7f0.  (My compiler does not complain about it, even though
-Wdeclaration-after-statement is specified.  Weird.)

Author: Masahiko Sawada

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/65d857d92c418d732e3531a3761a32f2e352cb35

Modified Files
--------------
src/bin/pgbench/pgbench.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Fix memory leak in pgbench
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix memory leak in pgbench