Your compiler seems confused. I have this at printtup.c:656:
PrinttupAttrInfo *thisState = myState->myinfo + i;
Datum origattr = myState->values[i],
attr;
bytea *outputbytes;
I dont see any 'message' there, and am confused. This is strange
Luojia Chen wrote:
> Hi,
>
> Please see my inline reply.
>
> Bruce Momjian wrote:
> > Would you tell use what is on this line?
> >
> > /usr/include/sys/siginfo.h:259:
>
> ctid_t __ctid; /* contract ID */
OK, do a 'grep' and find out what /usr/include/* file contains the
d
Would you tell use what is on this line?
/usr/include/sys/siginfo.h:259:
Seems you need an extra #include for that platform. Try adding
"#include " before the signal.h include and see if that
helps.
If your signal.h can't be used without a previous include being present
it sounds like