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 1wNALc-000ccc-0u for pgsql-hackers@arkaria.postgresql.org; Wed, 13 May 2026 14:14:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wNALa-009EWd-2I for pgsql-hackers@arkaria.postgresql.org; Wed, 13 May 2026 14:14:02 +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 1wNALa-009EWV-1S for pgsql-hackers@lists.postgresql.org; Wed, 13 May 2026 14:14:02 +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 1wNALY-00000000NUi-1GJm for pgsql-hackers@lists.postgresql.org; Wed, 13 May 2026 14:14:01 +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 64DEDwUa167142; Wed, 13 May 2026 10:13:58 -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: <729177.1778039019@sss.pgh.pa.us> <771696.1778079755@sss.pgh.pa.us> <773076.1778080637@sss.pgh.pa.us> <94060.1778621630@sss.pgh.pa.us> <100079.1778623941@sss.pgh.pa.us> Comments: In-reply-to Nathan Bossart message dated "Wed, 13 May 2026 09:12:04 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <167140.1778681638.1@sss.pgh.pa.us> Date: Wed, 13 May 2026 10:13:58 -0400 Message-ID: <167141.1778681638@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Nathan Bossart writes: > Committed. Thanks, I'll start on the rest. regards, tom lane