Re: 7.3 failure on platypus

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.3 failure on platypus
Date: 2005-12-12 23:44:23
Message-ID: 2878.1134431063@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Jim C. Nasby" <jnasby(at)pervasive(dot)com> writes:
> Platypus (http://lnk.nu/pgbuildfarm.org/6yt.pl) started failing about 12
> days ago with the following:
> fe-auth.c: In function `pg_local_sendauth':
> fe-auth.c:466: error: conflicting types for 'cmsgmem'
> fe-auth.c:459: error: previous declaration of 'cmsgmem' was here

Yeah, all of the freebsd 6 buildfarm machines say that :-( ... the fbsd6
system headers contain some incompatible changes, evidently. It looks
like we dealt with this in 7.4 but didn't risk back-patching.

The PG 7.3 branch is definitely showing its age. I'm not sure how
interesting it is to keep updating it for newer platforms; is anyone
very likely to run 7.3 on a new machine, rather than some later PG?

(Note: while I have a personal need to keep supporting 7.3 on RHEL3,
this requirement does not extend to any later platforms; so I don't
personally care very much about back-porting fixes like this. Obviously
my opinion is biased by what Red Hat cares about.)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2005-12-12 23:55:26 Re: 7.3 failure on platypus
Previous Message Guillaume LELARGE 2005-12-12 23:43:08 Re: Something I don't understand with the use of schemas