Put "inline" marker on declarations of inline functions.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ec05bafdbbf474bf0a1416772da31f9f1f27fa1e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-11-24T20:43:01Z
Releases: 14.0
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.

Files

PathChange+/−
src/backend/commands/copyfromparse.c modified +2 −2