pgsql: Fix obsolescent C declaration syntax - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix obsolescent C declaration syntax
Date
Msg-id E1ST917-0006v4-0S@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Remove columns info of dropped tables ASAP.
Next
From: Simon Riggs
Date:
Subject: pgsql: Ensure backwards compatibility for GetStableLatestTransactionId(