aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2022-01-22 17:11:33 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2022-01-22 17:11:33 -0500
commit62e28097cebf99533bd0badd6f3c6ce9db9f1497 (patch)
tree51b7635c8a01307cb22d14907a2ed5382560bc15 /src/backend/access/gist
parent4f02cbcb6839553c595efa3a2eb1c2a09557ef79 (diff)
downloadpostgresql-62e28097cebf99533bd0badd6f3c6ce9db9f1497.tar.gz
postgresql-62e28097cebf99533bd0badd6f3c6ce9db9f1497.zip
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.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions