Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pqbS3-0006mU-9t for pgsql-hackers@arkaria.postgresql.org; Sun, 23 Apr 2023 15:16:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pqbS1-0000Fw-Vl for pgsql-hackers@arkaria.postgresql.org; Sun, 23 Apr 2023 15:16:29 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pqbS1-0000Fn-Ls for pgsql-hackers@lists.postgresql.org; Sun, 23 Apr 2023 15:16:29 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pqbRv-001T2y-AZ for pgsql-hackers@postgresql.org; Sun, 23 Apr 2023 15:16:28 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 33NFGAt53841177; Sun, 23 Apr 2023 11:16:10 -0400 From: Tom Lane To: Andrew Dunstan cc: Jelte Fennema , "shiy.fnst@fujitsu.com" , Robert Haas , Justin Pryzby , Andres Freund , Noah Misch , Peter Geoghegan , Bruce Momjian , Magnus Hagander , Alvaro Herrera , Stephen Frost , Jesse Zhang , "pgsql-hackers@postgresql.org" , Peter Eisentraut Subject: Re: run pgindent on a regular basis / scripted manner In-reply-to: References: <3d67bc80-4de2-5ba8-e272-e4ad2e59ba04@dunslane.net> <4ac8f263-f1bb-faa5-a307-1fffe00f0e3e@dunslane.net> <0f074818-b01a-799f-3c74-5fb5deab1d23@dunslane.net> <1d66447e-a77b-ca0d-90a0-782800e85383@dunslane.net> <3665234.1682174388@sss.pgh.pa.us> <3679607.1682177828@sss.pgh.p! a.us> <3711455.1682193493@sss.pgh.pa.us> Comments: In-reply-to Andrew Dunstan message dated "Sun, 23 Apr 2023 11:04:33 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3841175.1682262970.1@sss.pgh.pa.us> Date: Sun, 23 Apr 2023 11:16:10 -0400 Message-ID: <3841176.1682262970@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > On 2023-04-22 Sa 15:58, Tom Lane wrote: >> Cool, let's use perltidy 20230309 then. > OK, so when would we do this? The change to 20230309 + valign changes is > fairly large: I think we could go ahead and commit the perltidyrc and README changes now. But the ensuing reformatting should happen as part of the mass pgindent run, probably next month sometime. regards, tom lane