[HACKERS] Link to commits in PG 10 release notes

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [HACKERS] Link to commits in PG 10 release notes
Дата
Msg-id 20170425035533.clxgmgeg22qfn2lx@alap3.anarazel.de
обсуждение исходный текст
Ответ на [HACKERS] PG 10 release notes  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [HACKERS] Link to commits in PG 10 release notes
Список pgsql-hackers
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@postgresql.org>
2017-03-08 [98e6e8904] tidbitmap: Support shared iteration.
Author: Robert Haas <rhaas@postgresql.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.

- Andres



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] PG 10 release notes
Следующее
От: David Rowley
Дата:
Сообщение: Re: [HACKERS] PG 10 release notes