CVSROOT:	/cvsroot
Module name:	pgsql-server
Changes by:	tgl(at)postgresql(dot)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.