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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Remove extraneous whitespace in tags: > foo< and >bar <
Date: 2021-04-24 01:47:18
Message-ID: YIN4pvN/WnKbRIRr@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2021-04-24 01:50:21 Re: [PATCH] force_parallel_mode and GUC categories
Previous Message Andres Freund 2021-04-24 01:00:05 Re: pg_upgrade can result in early wraparound on databases with high transaction load