Avoid use of inline functions that are not declared static. Needed to

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

Commit: 5936055d46c29aecb8a74db316a9421c1c62cf8b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-10-31T19:11:48Z
Releases: 7.3.1
Avoid use of inline functions that are not declared static.  Needed to
conform to C99's brain-dead notion of how inline functions should work.

Files

PathChange+/−
contrib/dbase/dbf2pg.c modified +5 −4
src/backend/utils/sort/tuplesort.c modified +29 −13