Re: [PATCH] Add section headings to index types doc
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker )
Cc: pgsql-hackers@postgresql.org
Date: 2020-08-03T12:16:43Z
Lists: pgsql-hackers
ilmari@ilmari.org (Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?=) writes: > 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. TBH, I'd suggest just not being anal about whether the indentation nesting is perfect ;-). There are certainly plenty of places in the SGML files today where it is not. And for something like this, I doubt the gain is worth the loss of "git blame" tracking and possible back-patching hazards. I'm a compulsive neatnik when it comes to indentation of the C code, but much less so about the SGML docs. YMMV of course. regards, tom lane
Commits
-
Doc: minor improvements for section 11.2 "Index Types".
- 85b4ba73423b 14.0 landed