Received: from makus.postgresql.org (makus.postgresql.org [98.129.198.125]) by mail.postgresql.org (Postfix) with ESMTP id 41379EC32BA for ; Thu, 12 Apr 2012 19:11:30 -0300 (ADT) Received: from mail-qa0-f42.google.com ([209.85.216.42]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1SISEj-0005bM-CA for pgsql-hackers@postgresql.org; Thu, 12 Apr 2012 22:11:29 +0000 Received: by qafi31 with SMTP id i31so6171541qaf.1 for ; Thu, 12 Apr 2012 15:11: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=fq/Mywy4ZS75i/vposVVhykhdgbSRMgBEQXd4EM1hdk=; b=vjiKG+7DZY+9IkUDEGiUA7Zv8J/AVhncOUloUGHy/fFOQHLXfxkThkPJRwmZcZqFTr 0JwtbAjsBPsiGmpnVltX/1+yCLBV5ttOzFPd76V41+gZ41FJOV7CGRU7mY/hNen3Blws O8FPXTmc2MNrTGQDlCp224+e0oqmHL1vJSiLnLWNdeJb537z+uM/n/8Pa+Ui6xn73UuE p9iH/1pkZ2xrsZUGNpqB6fsjKuER8tfPs0wy8M/QlEtkrTLRXvc6/E9HQmVbL4zQBYua k1iTeo3QP2BXAM/zPrCWDU8+6/D8apfeGsRat2gOe1ws5QXrtSlT9wd11x7DROcI7Tga D3bQ== Received: by 10.224.116.6 with SMTP id k6mr244092qaq.91.1334268676887; Thu, 12 Apr 2012 15:11:16 -0700 (PDT) Received: from speedbook-air.home.jay.fm (home.jay.fm. [173.166.48.118]) by mx.google.com with ESMTPS id ha3sm14047306qab.13.2012.04.12.15.11.15 (version=SSLv3 cipher=OTHER); Thu, 12 Apr 2012 15:11:16 -0700 (PDT) Message-ID: <4F875301.80606@gmail.com> Date: Thu, 12 Apr 2012 18:11:13 -0400 From: Jay Levitt User-Agent: Postbox 3.0.3 (Macintosh/20120304) MIME-Version: 1.0 To: Alvaro Herrera CC: Tom Lane , Robert Haas , Peter Eisentraut , Greg Smith , Pg Hackers Subject: Re: Last gasp References: <20120409053852.GG11987@tornado.leadboat.com> <20120409222359.GE30702@tornado.leadboat.com> <4F83FCB10200002500046D70@gw.wicourts.gov> <4F84D3A0.8010808@2ndQuadrant.com> <21349.1334202578@sss.pgh.pa.us> <1334239393-sup-1020@alvh.no-ip.org> In-Reply-To: <1334239393-sup-1020@alvh.no-ip.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -2.6 (--) X-Archive-Number: 201204/658 X-Sequence-Number: 206461 Alvaro Herrera wrote: > Now what would be sort of neat is if we had a way to keep all the > versions of patch X plus author and reviewer information, links to > reviews and discussion, etc. in some sort of centralized place. FWIW: y'all might have discussed to death during the git migration, so *please* do not let me derail you if so... github does a great job of exactly this. You open an issue, you reference it from commits, all the related commits are listed in (and browseable from) the issue, you can comment on specific lines of the commit, it integrates w/email, it has an API to write tools (both workflow and archival) against, etc. Rather than extend the CF app into a trivial-patch workflow app, it might be worth looking at integrating it with github. Jay Levitt