pgsql-server/ ontrib/dbase/dbf2pg.c rc/backend ...

Started by Tom Laneover 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/10/31 14:11:48

Modified files:
contrib/dbase : dbf2pg.c
src/backend/utils/sort: tuplesort.c

Log message:
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.