Avoid use of inline functions that are not declared static. Needed to
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| contrib/dbase/dbf2pg.c | modified | +5 −4 |
| src/backend/utils/sort/tuplesort.c | modified | +29 −13 |