]> granicus.if.org Git - postgresql/commit
Avoid use of inline functions that are not declared static. Needed to
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Oct 2002 19:11:48 +0000 (19:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Oct 2002 19:11:48 +0000 (19:11 +0000)
commit5936055d46c29aecb8a74db316a9421c1c62cf8b
tree725817616b4db0eec52e3a1983e706489334a454
parent2982b97f7198987f0f7f0da5c62136d3572c81d9
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.
contrib/dbase/dbf2pg.c
src/backend/utils/sort/tuplesort.c