Re: [HACKERS] segfault caused by heimdal (was: SUSE port) - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] segfault caused by heimdal (was: SUSE port)
Date
Msg-id 1559.1105565924@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] segfault caused by heimdal (was: SUSE port)  (Reinhard Max <max@suse.de>)
List pgsql-patches
Reinhard Max <max@suse.de> writes:
> On Wed, 12 Jan 2005 at 14:59, Tom Lane wrote:
>> That looks like a reasonable fix, but isn't it needed in
>> backend/libpq/auth.c as well?

> Yes, indeed:
> auth.c: In function `pg_krb5_init':
> auth.c:202: warning: implicit declaration of function `com_err'

OK, patch applied in both files.

            regards, tom lane

pgsql-patches by date:

Previous
From: Reinhard Max
Date:
Subject: Re: [HACKERS] segfault caused by heimdal (was: SUSE port)
Next
From: David Fetter
Date:
Subject: Returning multiple cursors from PL/PgSQL