Re: [PATCH] Remove extraneous whitespace in tags: > foo< and >bar <

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, pgsql-hackers@postgresql.org
Date: 2021-04-24T01:47:18Z
Lists: pgsql-hackers
On Fri, Apr 23, 2021 at 01:43:38PM -0500, Justin Pryzby wrote:
> More fixes like the one Peter committed as 9bd563aa9.
> I eyeballed the HTML to make sure this looks right.

-     <title> Conflicting Lock Modes</title>
+     <title>Conflicting Lock Modes</title>
That's a nice regex-fu here to detect cases like this one.

Thanks, applied.
--
Michael

Commits

  1. Doc: Remove extraneous whitespaces with some tags