Re: Link to commits in PG 10 release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Link to commits in PG 10 release notes
Date: 2017-04-25 14:31:00
Message-ID: 20170425143100.GL7513@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 24, 2017 at 08:55:33PM -0700, Andres Freund wrote:
> Hi,
>
> I wonder if there's a reasonable way that allows to add links to the
> more crucial commits for changelog entries. The source e.g. has
>
> <listitem>
> <!--
> Author: Robert Haas <rhaas(at)postgresql(dot)org>
> 2017-03-08 [98e6e8904] tidbitmap: Support shared iteration.
> Author: Robert Haas <rhaas(at)postgresql(dot)org>
> 2017-03-08 [f35742ccb] Support parallel bitmap heap scans.
> -->
> <para>
> Support parallel bitmap heap scans (Dilip Kumar)
> </para>
>
> <para>
> This allows a single index scan to dispatch parallel workers to process
> different areas of the heap.
> </para>
> </listitem>
>
> for an item, and it'd be pretty cool if we could have a link to those
> two commits from the entry. It'd need be pretty unobstrusive to avoid
> making things hard to read, but it'd obviate some of the need to list
> details, and it gives curious people changes to see what actually
> changed.

If the SGML comments were passed into the HTML, I could have used
JavaScript to pull out the git hashes and point them to our gitweb
mirror. Unfortunately, they are not, so we would have to find a way to
pass those comments into the HTML.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2017-04-25 14:31:05 Re: Crash observed during the start of the Postgres process
Previous Message Tom Lane 2017-04-25 14:28:09 Re: Patch - Tcl 8.6 version support for PostgreSQL