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 1wMujl-000RIi-2h for pgsql-hackers@arkaria.postgresql.org; Tue, 12 May 2026 21:33:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wMujk-0067MQ-10 for pgsql-hackers@arkaria.postgresql.org; Tue, 12 May 2026 21:33:56 +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.96) (envelope-from ) id 1wMujk-0067MH-07 for pgsql-hackers@lists.postgresql.org; Tue, 12 May 2026 21:33:56 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wMujh-00000000I8r-33NH for pgsql-hackers@lists.postgresql.org; Tue, 12 May 2026 21:33:55 +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 64CLXofE094061; Tue, 12 May 2026 17:33:50 -0400 From: Tom Lane To: Nathan Bossart cc: Chao Li , Rahila Syed , Robert Haas , PostgreSQL Hackers Subject: Re: pgindent versus struct members and typedefs In-reply-to: References: <347EA055-D626-414C-B10D-7E70041B9B55@gmail.com> <509793.1764715875@sss.pgh.pa.us> <729177.1778039019@sss.pgh.pa.us> <771696.1778079755@sss.pgh.pa.us> <773076.1778080637@sss.pgh.pa.us> Comments: In-reply-to Nathan Bossart message dated "Wed, 06 May 2026 11:13:21 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <94059.1778621630.1@sss.pgh.pa.us> Date: Tue, 12 May 2026 17:33:50 -0400 Message-ID: <94060.1778621630@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Nathan Bossart writes: > Here's a new version of 0001 with a cleaned-up commit message. I've > omitted 0002, since it's just the result of running pgindent after apply > the first one. I think we're about ready to roll on doing the pgindent run. Do you want to push your patch tomorrow AM, and then I'll get on with the rest? regards, tom lane