Re: compile error on cvs tip - Mailing list pgsql-hackers

From Tom Lane
Subject Re: compile error on cvs tip
Date
Msg-id 5266.1051241555@sss.pgh.pa.us
Whole thread Raw
In response to compile error on cvs tip  (Joe Conway <mail@joeconway.com>)
Responses Re: compile error on cvs tip  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> auth.c: In function `pg_krb5_recvauth':
> auth.c:294: structure has no member named `user'

Patch applied for those mistakes.

> I also get this new warning:
> be-secure.c: In function `open_server_SSL':
> be-secure.c:712: warning: assignment from incompatible pointer type

I can't see any reason for that --- the relevant code hasn't been
changed lately (at least not by me).  Can you look to see what the
discrepancy in types is?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: compile error on cvs tip
Next
From: "Sumaira Ali -"
Date:
Subject: Re: Putting code in main of src/backend/main/main.c