pgsql: Fix declaration after statement

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix declaration after statement
Дата
Msg-id E1hEQps-0000gb-E3@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix declaration after statement  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Fix memory leak in pgbench
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Fix memory leak in pgbench