X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 69DB29DD620 for ; Wed, 30 Nov 2005 23:31:25 -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 40574-05 for ; Wed, 30 Nov 2005 23:31:06 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from houston.familyhealth.com.au (houston.au.fhnetwork.com [203.22.197.21]) by postgresql.org (Postfix) with ESMTP id 4AAD19DD5FB for ; Wed, 30 Nov 2005 21:19:03 -0400 (AST) Received: from houston.familyhealth.com.au (localhost [127.0.0.1]) by houston.familyhealth.com.au (Postfix) with ESMTP id 5A08F2507D; Thu, 1 Dec 2005 09:18:56 +0800 (WST) Received: from [127.0.0.1] (work-40.internal [192.168.0.40]) by houston.familyhealth.com.au (Postfix) with ESMTP id B53A72507C; Thu, 1 Dec 2005 09:18:53 +0800 (WST) Message-ID: <438E502A.7030304@familyhealth.com.au> Date: Thu, 01 Dec 2005 09:21:46 +0800 From: Christopher Kings-Lynne User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Lane Cc: pgsql-hackers@postgresql.org Subject: Re: Upcoming PG re-releases References: <26656.1133366185@sss.pgh.pa.us> In-Reply-To: <26656.1133366185@sss.pgh.pa.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-familyhealth-MailScanner-Information: Please contact the ISP for more information X-familyhealth-MailScanner: Found to be clean X-familyhealth-MailScanner-From: chriskl@familyhealth.com.au X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0 required=5 tests=[none] X-Spam-Score: 0 X-Spam-Level: X-Archive-Number: 200511/1562 X-Sequence-Number: 76844 I have a COPY CSV weird thing I'll post in a minute... Tom Lane wrote: > It's been about a month since 8.1.0 was released, and we've found about > the usual number of bugs for a new release, so it seems like it's time > for 8.1.1. The core committee has tentatively agreed to plan a release > for Tuesday Dec 6 (which means wrapping tarballs Monday). We will > at the same time be making new dot-releases in the 7.3, 7.4, and 8.0 > branches, principally to fix the SLRU race condition reported by Jim > Nasby and Robert Creager. > > So ... if you've got any open issues with the back branches, now's the > time to get those patches in ... > > regards, tom lane > > ---------------------------(end of broadcast)--------------------------- > TIP 6: explain analyze is your friend