Re: backend hba.c prob - Mailing list pgsql-hackers

From Patrick Welche
Subject Re: backend hba.c prob
Date
Msg-id 20010907172126.N6283@quartz.newn.cam.ac.uk
Whole thread Raw
In response to Re: backend hba.c prob  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: backend hba.c prob
List pgsql-hackers
On Fri, Sep 07, 2001 at 10:14:27AM -0400, Tom Lane wrote:
> Patrick Welche <prlw1@newn.cam.ac.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?

NetBSD-1.5X/i386 Remeber me? :)

> What changes are needed to make the
> code work there, and how might we #ifdef or autoconfigure a test for it?

I need to look at it some more for that..

Cheers,

Patrick


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PL/pgSQL bug?
Next
From: Larry Rosenman
Date:
Subject: Re: [COMMITTERS] pgsql/src/backend/utils/mb encnames.c