Re: [HACKERS] 7.3 failure on platypus

2005-12-15 Thread Jim C. Nasby
On Thu, Dec 15, 2005 at 01:16:09PM -0500, Robert Treat wrote: > > Well, you could make the argument that switching OSes is a lot less > > involved than switching PostgreSQL versions, especially since a > > dump/reload isn't required... > > > > How exactly do you switch the OS your database is runn

Re: [HACKERS] 7.3 failure on platypus

2005-12-15 Thread Tom Lane
Robert Treat <[EMAIL PROTECTED]> writes: > The one thing I am wondering is would people accept older OS's into the > buildfarm? I think there are still a lot of servers running red hat 7.3, > that might be an example of an old OS that we could put into the buildfarm to > test for the 7.3.x or 7.

Re: [HACKERS] 7.3 failure on platypus

2005-12-15 Thread Andrew Dunstan
Robert Treat wrote: The one thing I am wondering is would people accept older OS's into the buildfarm? I think there are still a lot of servers running red hat 7.3, that might be an example of an old OS that we could put into the buildfarm to test for the 7.3.x or 7.4.x series. "peop

Re: [HACKERS] 7.3 failure on platypus

2005-12-15 Thread Robert Treat
On Thursday 15 December 2005 12:02, Jim C. Nasby wrote: > On Thu, Dec 15, 2005 at 12:50:44AM -0500, Tom Lane wrote: > > Mark Kirkwood <[EMAIL PROTECTED]> writes: > > > I don't know if this is yet another one, but happened to rebuild 7.3.12 > > > on a FreeBSD 6.0 box today and I notice that it fails

Re: [HACKERS] 7.3 failure on platypus

2005-12-15 Thread Jim C. Nasby
On Thu, Dec 15, 2005 at 12:50:44AM -0500, Tom Lane wrote: > Mark Kirkwood <[EMAIL PROTECTED]> writes: > > I don't know if this is yet another one, but happened to rebuild 7.3.12 > > on a FreeBSD 6.0 box today and I notice that it fails float8 regression > > test (geometry does too but that is mar

Re: [HACKERS] 7.3 failure on platypus

2005-12-14 Thread Mark Kirkwood
Mark Kirkwood wrote: Tom Lane wrote: Mark Kirkwood <[EMAIL PROTECTED]> writes: I don't know if this is yet another one, but happened to rebuild 7.3.12 on a FreeBSD 6.0 box today and I notice that it fails float8 regression test (geometry does too but that is marked as ignorable). 7.3 is

Re: [HACKERS] 7.3 failure on platypus

2005-12-14 Thread Mark Kirkwood
Tom Lane wrote: Mark Kirkwood <[EMAIL PROTECTED]> writes: I don't know if this is yet another one, but happened to rebuild 7.3.12 on a FreeBSD 6.0 box today and I notice that it fails float8 regression test (geometry does too but that is marked as ignorable). 7.3 is too old to know that fre

Re: [HACKERS] 7.3 failure on platypus

2005-12-14 Thread Tom Lane
Mark Kirkwood <[EMAIL PROTECTED]> writes: > I don't know if this is yet another one, but happened to rebuild 7.3.12 > on a FreeBSD 6.0 box today and I notice that it fails float8 regression > test (geometry does too but that is marked as ignorable). 7.3 is too old to know that freebsd beyond 4.x

Re: [HACKERS] 7.3 failure on platypus

2005-12-14 Thread Mark Kirkwood
Jim C. Nasby wrote: On Mon, Dec 12, 2005 at 10:39:47PM -0500, Tom Lane wrote: "Andrew Dunstan" <[EMAIL PROTECTED]> writes: 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 I confirmed that this is the patc

Re: [HACKERS] 7.3 failure on platypus

2005-12-12 Thread Jim C. Nasby
On Tue, Dec 13, 2005 at 02:03:13AM -0500, Tom Lane wrote: > "Jim C. Nasby" <[EMAIL PROTECTED]> writes: > > The error talks about SEMMNI and SEMMNS, but both look ok... > > > kern.ipc.semmns: 100 > > That's not enough to run two postmasters ... Odd that it works for other branches... That's a bo

Re: [HACKERS] 7.3 failure on platypus

2005-12-12 Thread Tom Lane
"Jim C. Nasby" <[EMAIL PROTECTED]> writes: > The error talks about SEMMNI and SEMMNS, but both look ok... > kern.ipc.semmns: 100 That's not enough to run two postmasters ... regards, tom lane ---(end of broadcast)--- TIP 5:

Re: [HACKERS] 7.3 failure on platypus

2005-12-12 Thread Jim C. Nasby
On Mon, Dec 12, 2005 at 10:39:47PM -0500, Tom Lane wrote: > "Andrew Dunstan" <[EMAIL PROTECTED]> writes: > > 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 > > I confirmed that this is the patch appearing i

Re: [HACKERS] 7.3 failure on platypus

2005-12-12 Thread Tom Lane
"Andrew Dunstan" <[EMAIL PROTECTED]> writes: > 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 I confirmed that this is the patch appearing in 7.4 (fe-auth.c rev 1.84), so went ahead and applied it to 7.3.

Re: [HACKERS] 7.3 failure on platypus

2005-12-12 Thread Andrew Dunstan
Tom Lane said: > "Andrew Dunstan" <[EMAIL PROTECTED]> 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

Re: [HACKERS] 7.3 failure on platypus

2005-12-12 Thread Tom Lane
"Andrew Dunstan" <[EMAIL PROTECTED]> 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 rel

Re: [HACKERS] 7.3 failure on platypus

2005-12-12 Thread Andrew Dunstan
Tom Lane said: > "Jim C. Nasby" <[EMAIL PROTECTED]> 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: pr

Re: [HACKERS] 7.3 failure on platypus

2005-12-12 Thread Jim C. Nasby
On Mon, Dec 12, 2005 at 06:44:23PM -0500, Tom Lane wrote: > 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? Probably no one... I'll just g

Re: [HACKERS] 7.3 failure on platypus

2005-12-12 Thread Tom Lane
"Jim C. Nasby" <[EMAIL PROTECTED]> 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