pgsql: Fix obsolescent C declaration syntax

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix obsolescent C declaration syntax
Date: 2012-05-12 09:53:37
Message-ID: E1ST917-0006v4-0S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-05-12 10:37:49 Re: Re: [COMMITTERS] pgsql: Ensure age() returns a stable value rather than the latest value
Previous Message User Hinoue 2012-05-12 03:31:13 psqlodbc - psqlodbc: Remove columns info of dropped tables ASAP.