Re: Missing types in C header files - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Missing types in C header files
Date
Msg-id 5686.1023717889@sss.pgh.pa.us
Whole thread Raw
In response to Re: Missing types in C header files  (Tony Griffiths <tony.griffiths@cs.man.ac.uk>)
List pgsql-hackers
Tony Griffiths <tony.griffiths@cs.man.ac.uk> writes:
> I've looked in fmgr.h and there is no definition of this type there - it
> uses the type, but does not define it.

Eh?
typedef Datum (*PGFunction) (FunctionCallInfo fcinfo);

Looks like a definition to me ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: tuplesort: unexpected end of data
Next
From: "Dave Page"
Date:
Subject: ALTER TABLE... OWNER bugette