Re: bug tracking system

2019-02-07 Thread Michael Paquier
On Thu, Feb 07, 2019 at 12:20:35AM -0500, Tom Lane wrote: > No, that'd be additional effort on top, which I'm not sure I see > a reason for. Nobody's given a plausible reason why we need > a machine-readable way to identify the bug reporter's name from > the commit log. And we get a fair number o

Re: bug tracking system

2019-02-07 Thread Tom Lane
Nathan Wagner writes: > On Wed, Feb 06, 2019 at 10:50:51PM -0500, Tom Lane wrote: >> I do have a modest proposal for improving things going forward. How >> about, if a commit purports to fix a particular bug, that we say >> "Fixes: https://postgr.es/m/" in place of our current >> habit of saying

Re: bug tracking system

2019-02-07 Thread Nathan Wagner
On Wed, Feb 06, 2019 at 10:50:51PM -0500, Tom Lane wrote: > Alvaro Herrera writes: > > On 2019-Feb-06, Tom Lane wrote: > >> That will have caught exactly none of my own commits. > > > Well, what text do you use? I see "Per bug #XYZ" in the free-form text > > of your commit messages, though that

Re: bug tracking system

2019-02-06 Thread Tom Lane
Michael Paquier writes: > On Wed, Feb 06, 2019 at 10:50:51PM -0500, Tom Lane wrote: >> I do have a modest proposal for improving things going forward. >> How about, if a commit purports to fix a particular bug, that >> we say "Fixes: https://postgr.es/m/" in place of >> our current habit of saying

Re: bug tracking system

2019-02-06 Thread Michael Paquier
On Wed, Feb 06, 2019 at 10:50:51PM -0500, Tom Lane wrote: > I do have a modest proposal for improving things going forward. > How about, if a commit purports to fix a particular bug, that > we say "Fixes: https://postgr.es/m/" in place of > our current habit of saying "Discussion: ...". For bugs t

Re: bug tracking system

2019-02-06 Thread Tom Lane
Alvaro Herrera writes: > On 2019-Feb-06, Tom Lane wrote: >> That will have caught exactly none of my own commits. > Well, what text do you use? I see "Per bug #XYZ" in the free-form text > of your commit messages, though that doesn't explicitly say that the bug > is fixed. If we agree that that

Re: bug tracking system

2019-02-06 Thread Alvaro Herrera
On 2019-Feb-06, Tom Lane wrote: > Alvaro Herrera writes: > > On 2019-Feb-03, Nathan Wagner wrote: > >> I have used the regex /Fixes bug #([0-9]+)/ to automatically look for > >> commits purporting to fix bugs by number. > > > Let's use that. > > That will have caught exactly none of my own comm

Re: bug tracking system

2019-02-06 Thread Tom Lane
Alvaro Herrera writes: > On 2019-Feb-03, Nathan Wagner wrote: >> I have used the regex /Fixes bug #([0-9]+)/ to automatically look for >> commits purporting to fix bugs by number. > Let's use that. That will have caught exactly none of my own commits. regards, tom lane

Re: bug tracking system

2019-02-06 Thread Alvaro Herrera
On 2019-Feb-03, Nathan Wagner wrote: > If the bug seemed to be either an actual bug or something that would > have actual work done, I marked these as open. It's entirely probable > that some or most of these are actually fixed. There were a number > of cases where committers emailed in a "will

Re: bug tracking system

2019-02-03 Thread Nathan Wagner
On Thu, Jan 31, 2019 at 08:04:39AM -0300, Alvaro Herrera wrote: > Here's a bug tracking system that Nathan set up many years ago and > apparently has kept going unattended. It seems to me that it's > something that we could base a semi-official bug tracking system on. > > https://granicus.if.org/

Re: bug tracking system

2019-01-31 Thread Alvaro Herrera
On 2019-Jan-31, Alvaro Herrera wrote: > Here's a bug tracking system that Nathan set up many years ago and > apparently has kept going unattended. It seems to me that it's > something that we could base a semi-official bug tracking system on. I didn't really remember that Nathan's system had bee