Andres Freund <and...@anarazel.de> writes: > On 2015-06-01 12:32:21 -0400, Tom Lane wrote: >> There are good reasons to write the release notes all in one batch: >> otherwise you don't get any uniformity of editorial style.
> I agree that that's a good reason for major releases, I do however > wonder if it'd not be a good idea to do differently for backpatched > bugfixes. It's imo a good thing to force committers to write a release > notice at the same time they're backpatching. The memory is fresh, and > the commit message is more likely to contain pertinent details. We do expect committers to write commit log messages that contain appropriate raw material for the release notes. That's not the same as expecting them to prepare an actual, sgml-marked-up, release note entry that's in good English and occupies a reasonable amount of space relative to other items. Jim's point about merge problems is very pertinent as well. In the first place, if we had running release notes like that, they'd often differ from one branch to the next, making back-patching rather annoying. In the second place, SGML is so bulky that the patch context you'd be working with would frequently look like not much more than </para> </listitem> <listitem> <para> making it very easy for the hunks to be misapplied. Lastly, we have recently adopted a practice of labeling release note entries with the associated commit hashes. I dunno how much value that really has, but it would be entirely impossible to write such labels in advance of pushing the fixes. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers