Re: 7.3 failure on platypus

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <jnasby(at)pervasive(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.3 failure on platypus
Date: 2005-12-13 03:12:41
Message-ID: 4125.24.211.165.134.1134443561.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane said:
> "Andrew Dunstan" <andrew(at)dunslane(dot)net> writes:
>> I don't care that much if 7.3 fails to build on fbsd 6. The flipside
>> is that the fix for this particular problem appears to be very simple
>> and very low risk, unless I'm going blind.
>
> Possibly --- if you've gone to the trouble of identifying the relevant
> patch, we might as well apply it. Send it over.
>

away from my workstation, but it looks to me like the HAVE_STRUCT_SOCKCRED
branch is completely redundant in that function, since the structures in
question are only referred to in a HAVE_CMSGCRED branch.

I think I'd just delete lines 464-470 in
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c?annotate=1.71
Jim, can you test that? (I don't have a fbsd box either).

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-12-13 03:20:45 Re: How much expensive are row level statistics?
Previous Message Christopher Kings-Lynne 2005-12-13 02:05:18 Re: Different length lines in COPY CSV