Remove useless inline marker.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Jan 2022 22:11:33 +0000 (17:11 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Jan 2022 22:11:33 +0000 (17:11 -0500)
commit62e28097cebf99533bd0badd6f3c6ce9db9f1497
tree51b7635c8a01307cb22d14907a2ed5382560bc15
parent4f02cbcb6839553c595efa3a2eb1c2a09557ef79
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.
src/backend/commands/vacuum.c