Re: [PATCH] Add section headings to index types doc - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: [PATCH] Add section headings to index types doc
Date
Msg-id CABUevEzi01G7ymJJmcSfoJg=VMsVrxVMptYFPSY0tY_zf5aMYg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add section headings to index types doc  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
List 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 by date:

Previous
From: Amit Langote
Date:
Subject: Re: [POC] Fast COPY FROM command for the table with foreign partitions
Next
From: Tom Lane
Date:
Subject: Re: Replace remaining StrNCpy() by strlcpy()