Received: from localhost (unknown [200.46.204.184]) by developer.postgresql.org (Postfix) with ESMTP id B5DC02E0041 for ; Sat, 5 Apr 2008 14:25:38 -0300 (ADT) Received: from developer.postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 72856-02 for ; Sat, 5 Apr 2008 14:25:06 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-159.commandprompt.net [207.173.203.159]) by developer.postgresql.org (Postfix) with ESMTP id 773B62E002D for ; Sat, 5 Apr 2008 14:25:34 -0300 (ADT) Received: from perhan.alvh.no-ip.org (200-126-67-112.bk5-dsl.surnet.cl [200.126.67.112]) (authenticated bits=0) by lists.commandprompt.com (8.13.8/8.13.8) with ESMTP id m35HPqxH009186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 Apr 2008 10:25:57 -0700 Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 1726747C55; Sat, 5 Apr 2008 13:25:15 -0400 (CLT) Date: Sat, 5 Apr 2008 13:25:15 -0400 From: Alvaro Herrera To: Tom Lane Cc: Bruce Momjian , "Marc G. Fournier" , Magnus Hagander , pgsql-www@postgresql.org Subject: Re: [HACKERS] Patch queue -> wiki Message-ID: <20080405172514.GB12256@alvh.no-ip.org> References: <200804051509.m35F9Oe13641@momjian.us> <13939.1207408482@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <13939.1207408482@sss.pgh.pa.us> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (lists.commandprompt.com [207.173.203.159]); Sat, 05 Apr 2008 10:25:58 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200804/74 X-Sequence-Number: 14822 Tom Lane wrote: > As far as I understand, there is simply no way for the current > year/month/message-number URL to be included in the messages, > because it doesn't get assigned until after the message is sent. Wrong -- we used to have it, but it was removed at some point (my guess is that this happened when the List-* headers were added). You can see them if you download an old mbox, say http://archives.postgresql.org/pgsql-bugs/mbox/pgsql-bugs.2001-01.gz there you have this header: X-Archive-Number: 200101/30 which you can translate to http://archives.postgresql.org/pgsql-bugs/2001-01/msg00029.php However! Casual experimentation shows that it doesn't work all that well -- Majordomo seems to have given the number 46 to these two messages: http://archives.postgresql.org/pgsql-bugs/2001-01/msg00045.php http://archives.postgresql.org/pgsql-bugs/2001-01/msg00046.php and of course Mhonarc loses sync from there. In any case, they're not useful because they're missing in at least a year's worth of list traffic. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc.