pgsql: Fix obsolescent C declaration syntax

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix obsolescent C declaration syntax
Дата
Msg-id E1ST917-0006v4-0S@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix obsolescent C declaration syntax

gcc -Wextra/-Wold-style-declaration thinks that "inline" should go
before the function return type.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/afe86a9e73b0d30f34dfdc196a6b52ce1306a95e

Modified Files
--------------
src/backend/access/gist/gistproc.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc: Remove columns info of dropped tables ASAP.
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Ensure backwards compatibility for GetStableLatestTransactionId(