Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk> writes:
> hba.c: In function `ident_unix':
> hba.c:923: sizeof applied to an incomplete type
> Now, the problem is sizeof(Cred), typedef struct cmsgcred Cred, and I don't
> have a cmsgcred anywhere!
That's new code and we expected some portability issues with it :-(
What platform are you on exactly? What changes are needed to make the
code work there, and how might we #ifdef or autoconfigure a test for it?
regards, tom lane