Re: Missing types in C header files

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tony Griffiths <tony(dot)griffiths(at)cs(dot)man(dot)ac(dot)uk>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Missing types in C header files
Date: 2002-06-10 14:04:49
Message-ID: 5686.1023717889@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tony Griffiths <tony(dot)griffiths(at)cs(dot)man(dot)ac(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2002-06-10 14:10:31 ALTER TABLE... OWNER bugette
Previous Message Tom Lane 2002-06-10 14:03:32 Re: tuplesort: unexpected end of data