Put "inline" marker on declarations of inline functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Nov 2020 20:43:01 +0000 (15:43 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Nov 2020 20:43:01 +0000 (15:43 -0500)
commitec05bafdbbf474bf0a1416772da31f9f1f27fa1e
tree03408610d3c7ac183bf02105b87c90ce1059436d
parent8818ad5b1557d42cd58e5196fac7084a2389bdad
Put "inline" marker on declarations of inline functions.

I'm having a hard time telling whether the letter of the C standard
requires this, but we do have a couple of buildfarm members that
throw warnings when this is not done.  Oversight in c532d15dd.
src/backend/commands/copyfromparse.c