From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCH] Add section headings to index types doc |
Date: | 2020-08-03 11:56:50 |
Message-ID: | CABUevEzi01G7ymJJmcSfoJg=VMsVrxVMptYFPSY0tY_zf5aMYg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Aug 3, 2020 at 1:32 PM Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
wrote:
> ilmari(at)ilmari(dot)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)
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2020-08-03 12:12:46 | Re: Replace remaining StrNCpy() by strlcpy() |
Previous Message | Amit Langote | 2020-08-03 11:38:57 | Re: [POC] Fast COPY FROM command for the table with foreign partitions |