pgsql: Remove useless inline marker.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove useless inline marker.
Date: 2022-01-22 22:11:40
Message-ID: E1nBObk-0006OJ-Uv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove useless inline marker.

Putting "inline" on a function that's not used anywhere in its
own file is useless unless the linker is doing global optimization,
a method we don't generally enable. Moreover, it draws warnings
from some buildfarm members (curculio at least).

Looks like this was sloppiness in cc8b25712, which moved the
function from somewhere else where the inline marker was
more appropriate.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62e28097cebf99533bd0badd6f3c6ce9db9f1497

Modified Files
--------------
src/backend/commands/vacuum.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2022-01-23 02:17:36 pgsql: Check syscache result in AlterStatistics
Previous Message Tom Lane 2022-01-22 20:44:59 pgsql: Doc: add cross-references between array_to_string and string_to_