Re: compile error on cvs tip

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compile error on cvs tip
Date: 2003-04-25 03:32:35
Message-ID: 5266.1051241555@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway <mail(at)joeconway(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sumaira Ali - 2003-04-25 04:17:53 Re: Putting code in main of src/backend/main/main.c
Previous Message Joe Conway 2003-04-25 03:22:21 Re: compile error on cvs tip