Re: [PATCH] Add section headings to index types doc

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: [PATCH] Add section headings to index types doc
Дата
Msg-id CABUevEzi01G7ymJJmcSfoJg=VMsVrxVMptYFPSY0tY_zf5aMYg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] Add section headings to index types doc  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Список pgsql-hackers


On Mon, Aug 3, 2020 at 1:32 PM Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> wrote:
ilmari@ilmari.org (Dagfinn Ilmari Mannsåker) writes:

> Hi hackers,
>
> Every time I have to look up what kinds of operations each index type is
> suitable for, I get annoyed by the index types page being virtually
> unskimmable due to not having headings for each index type.
>
> Attached is a patch that adds <sect2> tags for each index type to make
> it easier to see where the description of each one starts.

Added to the next commitfest:

https://commitfest.postgresql.org/29/2665/

Also, for easier review, here's the `git diff -w` output, since the
<sect2> tags caused most of the page to have to be renidented.

Tangentially, does anyone know of a tool to strip whitespace changes
from an existing diff, as if it had been generated with `-w` in the
first place?

I think you can do something like:

combinediff -w 0001-Add-section-headers-to-index-types-doc.patch  /dev/null

(combinediff requires two diffs, but one can be /dev/null)

--

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: [POC] Fast COPY FROM command for the table with foreign partitions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Replace remaining StrNCpy() by strlcpy()