X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 41CAB9DC894; Sun, 15 Jan 2006 06:05:07 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 52101-09; Sun, 15 Jan 2006 06:05:08 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from anchor-post-36.mail.demon.net (anchor-post-36.mail.demon.net [194.217.242.86]) by postgresql.org (Postfix) with ESMTP id 41F669DC847; Sun, 15 Jan 2006 06:05:05 -0400 (AST) Received: from mailgate.vale-housing.co.uk ([194.217.48.34] helo=vale-housing.co.uk) by anchor-post-36.mail.demon.net with esmtp (Exim 4.42) id 1Ey4l0-0009hl-M0; Sun, 15 Jan 2006 10:05:06 +0000 Subject: Re: Infrastructure monitoring Date: Sun, 15 Jan 2006 10:03:42 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-class: urn:content-classes:message Thread-Topic: [pgsql-www] Infrastructure monitoring X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Thread-Index: AcYZUNQ0jkaEfQUqROSmRWpcJz0WlAASGTBwAAhvkkc= From: "Dave Page" To: "John Hansen" , "Joshua D. Drake" Cc: "Guido Barosio" , "Marc G. Fournier" , "Josh Berkus" , , "Jim C. Nasby" X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.331 required=5 tests=[AWL=0.331] X-Spam-Score: 0.331 X-Spam-Level: X-Archive-Number: 200601/114 X-Sequence-Number: 9302 -----Original Message----- From: John Hansen [mailto:john@geeknet.com.au] Sent: Sun 1/15/2006 6:03 AM To: Joshua D. Drake; Dave Page Cc: Guido Barosio; Marc G. Fournier; Josh Berkus; = pgsql-www@postgresql.org; Jim C. Nasby Subject: RE: [pgsql-www] Infrastructure monitoring =20 > > - the only other oddity that I can recall is that ASPSeek must be = compiled with=20 > > gcc 2.95 due to some changes in the hashing functions in the STL in=20 > > later versions which cause index bloat. >=20 >=20 > I've managed to get around that, by removing some compiler = optimizations.... Oh, nice work. The only other issue I had when I tried to build it a few = days ago stemmed from the box having a too-new version of autoconf, but = that should be easy to resolve. /D