Re: backend hba.c prob

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: backend hba.c prob
Date: 2001-09-07 14:14:27
Message-ID: 22759.999872067@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-09-07 14:17:54 Re: Beta Monday?
Previous Message Peter Eisentraut 2001-09-07 14:04:24 Re: Log rotation?

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2001-09-07 14:37:28 Re: backend hba.c prob
Previous Message Patrick Welche 2001-09-07 12:55:50 backend hba.c prob