Re: typos

From: Noah Misch <noah(at)leadboat(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Joe Conway <mail(at)joeconway(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Amit Kapila <akapila(at)postgresql(dot)org>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Subject: Re: typos
Date: 2022-07-05 07:51:39
Message-ID: 20220705075139.GA2566600@rfd.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.)

In response to

  • Re: typos at 2022-04-13 20:56:22 from David Rowley

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-07-05 08:09:23 Re: [PoC] Improve dead tuple storage for lazy vacuum
Previous Message Bharath Rupireddy 2022-07-05 07:37:24 Re: Patch proposal: New hooks in the connection path