pgsql: Remove unnecessary "inline" marker introduced in commit 4be058fe

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary "inline" marker introduced in commit 4be058fe
Date: 2019-02-05 02:45:48
Message-ID: E1gqqk8-0008SF-4s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary "inline" marker introduced in commit 4be058fe9.

Some of our older buildfarm members bleat about this coding,
along the lines of

prepjointree.c:112: warning: 'get_result_relid' declared inline after being called
prepjointree.c:112: warning: previous declaration of 'get_result_relid' was here

Modern compilers will probably inline this function without being
prompted, so rather than move the function, let's just drop the
marking.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24114e8b4df4a4ff2db9e608742768d219b1067c

Modified Files
--------------
src/backend/optimizer/prep/prepjointree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-02-05 15:08:01 pgsql: Fix searchpath for modern Perl for genbki.pl
Previous Message Tom Lane 2019-02-05 00:19:24 pgsql: Doc: in each release branch, keep only that branch's own release