Received: from makus.postgresql.org (makus.postgresql.org [98.129.198.125]) by mail.postgresql.org (Postfix) with ESMTP id C106C81BD24 for ; Tue, 17 Apr 2012 17:15:29 -0300 (ADT) Received: from mail-qc0-f174.google.com ([209.85.216.174]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1SKEoC-0002vH-Sq for pgsql-hackers@postgresql.org; Tue, 17 Apr 2012 20:15:29 +0000 Received: by qcro28 with SMTP id o28so4084737qcr.19 for ; Tue, 17 Apr 2012 13:15:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=0hhi6DutjJ0URmt6lcZkfynbzhQptLdkJGNDWaEqXXU=; b=Soc3rGbcQsPSyAAmDZMN+1cN/GFOhohF/Ia0bigddE3HDji5HK3+xxyklhrULfe0F8 xkOeOts3Q4Yzgc+gkv14+7pLy1SkIU1nPFG1QuYxdLSj90BShJj0bMrJIQOu1vR7rHhf Pndp73cX7ZqxbuR/82Wt06qLh5rcXL02CHo3Fg+91W0rqnGoSQcbdJ654P5S2W3UlxZA Q2sVzG5NwQ3ysuKWLmpjTMCEjNcFA5vUIX3ZzRorvl/7I+pamuny6wpJqI3s9vv8bDYc /MG90HWtJO2B6hOd0FvAhAo0tJvckij8yuQZOg2UGgA2mOV/I7lABpWzb6oxNaztEs2y Zamw== Received: by 10.229.137.149 with SMTP id w21mr7036198qct.27.1334693716209; Tue, 17 Apr 2012 13:15:16 -0700 (PDT) Received: from speedbook-air.home.jay.fm (home.jay.fm. [173.166.48.118]) by mx.google.com with ESMTPS id gv4sm42001220qab.1.2012.04.17.13.15.14 (version=SSLv3 cipher=OTHER); Tue, 17 Apr 2012 13:15:15 -0700 (PDT) Message-ID: <4F8DCF50.4040802@gmail.com> Date: Tue, 17 Apr 2012 16:15:12 -0400 From: Jay Levitt User-Agent: Postbox 3.0.3 (Macintosh/20120304) MIME-Version: 1.0 To: Greg Smith CC: Magnus Hagander , Alex , Dimitri Fontaine , Alvaro Herrera , Peter Eisentraut , Robert Haas , Tom Lane , Pg Hackers Subject: Re: Bug tracker tool we need References: <4F84D3A0.8010808@2ndQuadrant.com> <1334165303.25392.9.camel@vanquo.pezone.net> <28338.1334168965@sss.pgh.pa.us> <1334180206.25392.39.camel@vanquo.pezone.net> <1334350086.9019.16.camel@vanquo.pezone.net> <878vhyeqyq.fsf@commandprompt.com> <4F89ED6C.4030609@gmail.com> <87d379mwan.fsf@commandprompt.com> <1334540156-sup-2520@alvh.no-ip.org> <878vhwnjhv.fsf@hi-media-techno.com> <877gxf7ihf.fsf_-_@commandprompt.com> <4F8C93B2.1000503@gmail.com> <4F8D6E37.5090808@gmail.com> <4F8DAF6D.7030103@2ndQuadrant.com> In-Reply-To: <4F8DAF6D.7030103@2ndQuadrant.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -2.6 (--) X-Archive-Number: 201204/926 X-Sequence-Number: 206729 Greg Smith wrote: > On 04/17/2012 09:20 AM, Jay Levitt wrote: >> Antispam is (in the large) a technically unsolvable >> problem; even in the '90s, we'd see hackers start poking at our newest >> countermeasures within the hour. GitHub is a giant target, and PG >> probably benefits here from NOT being one. > Everyone who deals with list moderation and spam issues around PostgreSQL > just got a belly laugh from that comment. Hint: the PostgreSQL lists had > already been around and therefore were being targeted by spammers for over > ten years before GitHub even existed. Hehe. OK, we will have to battle this out over drinks if I ever make it to PGCon.. but teaser: I've bankrupted Sanford Wallace and taught the DOJ what spam was. >> Pedantic note/fun fact: There was no email antispam in 1994 > I like it when Magnus really gets the details perfect when making a deadpan > joke. Dammit. I *fail*. > Anyway, back to serious talk, I believe GitHub is a dead end here because > the "primary key" as it were for issues is a repo. A bug tracker for > PostgreSQL would need to have issues broken down per branch and include > information similar to the release notes for each minor point release. > Tracking when and how a bug is backported to older versions is one hard part > of the problem here. That's a great point. Both GitHub and git itself have no real concept of releases, and can't tell you when a commit made it in. Although.. there's some sort of new release-note functionality. Maybe I'll play and see if it'd be applicable here. Jay