Re: [HACKERS] PostgreSQL supported platform report and a

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: ohp@pyrenet.fr
Cc: Larry Rosenman <ler@lerctr.org>, "Billy G. Allie" <Bill.Allie@mug.org>, pgsql-ports@postgresql.org, pgsql-hackers@postgresql.org
Date: 2002-11-07T16:26:42Z
Lists: pgsql-hackers
Olivier PRENANT <ohp@pyrenet.fr> writes:
> *WHAT??**
> this directory has hust been created by de-taring postgresql-7.3b5.tar.gz
> from my own mirror dated nov 6 20:04...

Well, there's something darn weird here.  Is
src/backend/utils/sort/tuplesort.c version 1.28 or 1.29?  At line 1838,
do you see
	inline int32
	ApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,
or
	static inline int32
	inlineApplySortFunction(FmgrInfo *sortFunction, SortFunctionKind kind,

			regards, tom lane