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.94.2) (envelope-from ) id 1uScVa-00ATt7-VX for pgsql-hackers@arkaria.postgresql.org; Fri, 20 Jun 2025 14:14:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uScVZ-001vRi-2q for pgsql-hackers@arkaria.postgresql.org; Fri, 20 Jun 2025 14:14:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uScVY-001vRX-Px for pgsql-hackers@lists.postgresql.org; Fri, 20 Jun 2025 14:14:21 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uScVX-0038Yi-0j for pgsql-hackers@lists.postgresql.org; Fri, 20 Jun 2025 14:14:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2025010100; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=5/D2sJIj5v28ApnnWZYJ2mMnQs36N3yc9O9KNf8MqOo=; b=mwxSv 2ysEOrY3SVEjwc7uy3z7aah2Z1am7IVflKZ4OWeHDVh5tyn9m5T3lwSX8S73sJr6mjaFwdEvCDPw/ wvlhCZaYNu5cvZu8mTx+ercV2swt2E47c/NMzeeLgwxlu+1qCsn48dYK1ueKIpegxHFoS4/KwvWGd o7BU8GOL9cS2snmsZc8wE9nzIT1NzXhc6655dYHMlyDl1T6AZ/e1vCXXqeBML5tiTfETln0WyJM3l CC2vFRH85XOi8MEZNtaptVTSNZO/mM9OLEG+8fES81/Jxo9+2DF6Zl051PqPO+uJ6HBVkrklU/eRN C6IrJ6St/xYKaqARra55w/sb9+Lrw==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1uScVV-008v4f-2r; Fri, 20 Jun 2025 10:14:17 -0400 Date: Fri, 20 Jun 2025 10:14:17 -0400 From: Bruce Momjian To: Aleksander Alekseev Cc: PostgreSQL Hackers , Arseniy Mukhin , Michael Paquier Subject: Re: [PATCH] pg_bsd_indent: improve formatting of multiline comments Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, Jun 20, 2025 at 05:01:41PM +0300, Aleksander Alekseev wrote: > Hi, > > > Given the quality of BSD indent code, I have _always_ found it easier to > > modify pgindent. ;- > > :D Initially I thought that the problem was simple enough to solve it > in C, but this turned out not to be true. I always found it ironic that a tool designed to make source code easier to understand like BSD indent is so hard to understand. Its use of short variable names alone is confusing. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.