Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wMIpF-002Mue-13 for pgsql-hackers@arkaria.postgresql.org; Mon, 11 May 2026 05:05:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wMIpB-00G05P-3C for pgsql-hackers@arkaria.postgresql.org; Mon, 11 May 2026 05:05:01 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wMIpB-00G05H-1r for pgsql-hackers@lists.postgresql.org; Mon, 11 May 2026 05:05:01 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wMIp8-00000001E7G-3INk for pgsql-hackers@lists.postgresql.org; Mon, 11 May 2026 05:05:00 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 64B54sEQ1678070; Mon, 11 May 2026 01:04:54 -0400 From: Tom Lane To: John Naylor cc: solaimurugan vellaipandiyan , Aleksander Alekseev , Payal Singh , pgsql-hackers@lists.postgresql.org Subject: Re: Review - Patch for pg_bsd_indent: improve formatting of multiline comments In-reply-to: References: <1645542.1778456249@sss.pgh.pa.us> Comments: In-reply-to John Naylor message dated "Mon, 11 May 2026 11:46:06 +0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1678068.1778475894.1@sss.pgh.pa.us> Date: Mon, 11 May 2026 01:04:54 -0400 Message-ID: <1678069.1778475894@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk John Naylor writes: > On Mon, May 11, 2026 at 6:37 AM Tom Lane wrote: >> I think those are pretty much all improvements, except that it kind >> of messes up Martin Utesch's ASCII-art signatures in the geqo files. > Agreed, although this one now seems to use even more vertical space > that doesn't contain anything: > -/* Function works as follows: > +/* > + * Function works as follows: > + * > * > * > - * */ > + */ Yeah ... what's actually happening there is that it's replacing * */ with * */ although the diff misattributes the extra line. There are few enough of those that I didn't think it was worth getting excited about ... regards, tom lane