Re: Missing types in C header files

From: "Tony Griffiths(RA)" <griffitt(at)cs(dot)man(dot)ac(dot)uk>
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 13:27:24
Message-ID: 3D04A93C.2070201@cs.man.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've found the mistake - as usual it's down to me! I didn't realise that
I had to include postgres.h before including geo_decls.h All now
compiles ok.

Tony

Tony Griffiths wrote:

>I've looked in fmgr.h and there is no definition of this type there - it
>uses the type, but does not define it.
>
>Peter Eisentraut wrote:
>
>>Tony Griffiths writes:
>>
>>>I've done a search of all the header files in my installation (and also
>>>all the source files that I compiled), and cannot find the definition of
>>>the PGFunction type. Does anyone have any idea of where I can find this
>>>definition, or of why it might be missing.
>>>
>>fmgr.h
>>
>>--
>>Peter Eisentraut peter_e(at)gmx(dot)net
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 6: Have you searched our list archives?
>>
>>http://archives.postgresql.org
>>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message NunoACHenriques 2002-06-10 13:39:01 Re: tuplesort: unexpected end of data
Previous Message Hannu Krosing 2002-06-10 09:13:29 Re: Timestamp/Interval proposals: Part 2