Re: typos - Mailing list pgsql-hackers

From Noah Misch
Subject Re: typos
Date
Msg-id 20220705075139.GA2566600@rfd.leadboat.com
Whole thread Raw
In response to Re: typos  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
On Thu, Apr 14, 2022 at 08:56:22AM +1200, David Rowley wrote:
> 0007: Not pushed. No space after comment and closing */  pgindent
> fixed one of these but not the other 2.  I've not looked into why
> pgindent does 1 and not the other 2.

> -/* get operation priority  by its code*/
> +/* get operation priority by its code */

pgindent never touches comments that start in column zero.  (That's why many
column-0 comments are wrapped to widths other than the standard 78.)



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Patch proposal: New hooks in the connection path
Next
From: Andres Freund
Date:
Subject: Re: [PoC] Improve dead tuple storage for lazy vacuum