From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker ) |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [PATCH] Add section headings to index types doc |
Date: | 2020-08-03 12:16:43 |
Message-ID: | 2268714.1596457003@sss.pgh.pa.us |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
ilmari(at)ilmari(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Konstantin Knizhnik | 2020-08-03 12:58:55 | Re: Confusing behavior of create table like |
Previous Message | Tom Lane | 2020-08-03 12:12:46 | Re: Replace remaining StrNCpy() by strlcpy() |