> On 4 Oct 2021, at 21:54, Tom Lane wrote:
>
> Daniel Gustafsson writes:
>>> On 4 Oct 2021, at 15:56, Tom Lane wrote:
>>> I used to think it was better to go ahead and manually reflow, if you
>>> use an editor that makes that easy. That way there are fewer commits
>>> touching any one line of
Daniel Gustafsson writes:
>> On 4 Oct 2021, at 15:56, Tom Lane wrote:
>> I used to think it was better to go ahead and manually reflow, if you
>> use an editor that makes that easy. That way there are fewer commits
>> touching any one line of code, which is good when trying to review
>> code his
> On 4 Oct 2021, at 15:56, Tom Lane wrote:
> I used to think it was better to go ahead and manually reflow, if you
> use an editor that makes that easy. That way there are fewer commits
> touching any one line of code, which is good when trying to review
> code history. However, now that we've
=?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= writes:
> Daniel Gustafsson writes:
>> I avoided the reflow of the comments though to make it the minimal
>> change.
> Fair enough. I wasn't sure myself whether to do it or not.
The next pgindent run will do it anyway (except in comment blocks
starting
Daniel Gustafsson writes:
>> On 4 Oct 2021, at 14:56, Dagfinn Ilmari Mannsåker wrote:
>
>> I noticed a duplicate-word typo in a comments recently, and cooked up
>> the following ripgrep command to find some more.
>
> Pushed to master, thanks!
Thanks!
> I avoided the reflow of the comments thou
> On 4 Oct 2021, at 14:56, Dagfinn Ilmari Mannsåker wrote:
> I noticed a duplicate-word typo in a comments recently, and cooked up
> the following ripgrep command to find some more.
Pushed to master, thanks! I avoided the reflow of the comments though to make
it the minimal change.
--
Daniel G
Hi hackers,
I noticed a duplicate-word typo in a comments recently, and cooked up
the following ripgrep command to find some more.
rg --multiline --pcre2 --type=c '(?>From 7ed1ce16a37e7a63e7015cc4ef5b2b70ba915498 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?=
Date