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 1w1Axj-00040d-0g for pgsql-hackers@arkaria.postgresql.org; Fri, 13 Mar 2026 22:26:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w1Axi-000LBC-0l for pgsql-hackers@arkaria.postgresql.org; Fri, 13 Mar 2026 22:26:30 +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 1w1Axh-000LB4-2j for pgsql-hackers@lists.postgresql.org; Fri, 13 Mar 2026 22:26:30 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w1Axf-000000001Nx-151j for pgsql-hackers@lists.postgresql.org; Fri, 13 Mar 2026 22:26:29 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 406BB59E38E for ; Fri, 13 Mar 2026 23:26:24 +0100 (CET) Received: from s934.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 222FC59D7ED; Fri, 13 Mar 2026 23:26:24 +0100 (CET) Received: from localhost (unknown [172.22.191.5]) by s934.loopia.se (Postfix) with ESMTP id 1EC9D7CE90E; Fri, 13 Mar 2026 23:26:24 +0100 (CET) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s471.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.5]) by localhost (s471.loopia.se [172.22.190.35]) (amavis, port 10024) with LMTP id Img-sWDppdQ6; Fri, 13 Mar 2026 23:26:23 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id 868F9220166F; Fri, 13 Mar 2026 23:26:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1773440783; bh=SbkqJw6O2oS6z7nk0chclxJQ6NxCtDCUXu8KB14KLxw=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=B+0ds+HwVzXGF9mD0R77i4hdj9tA3V7NN0btmdSo0lINYFuKCto0I52SPQ8GeLuOv Y0Y7cqbBCbXrDhyqB5mNZNjDgdpUPjiyK5vY/ABDcNiHxGz5YhDQmiuph3TqRPmrRG Lwt52B7eyEu3J9PNGbskbcDaMbrL2f9DlNimGQY6AmDuVvC+yCfTilCmIWpf3Dm13b 9l/QQ0D/JeBYvacOnWkIV6E6My09au6Zx9xqEnzFFl/LOyuxrJ66OYat5Bs2PmwhOq t0BUBjJtujsUAHcjZKBdU4nMtDXLQH/WlnCUvE67wdiTnOPwr4UDXUm/SGkzQStaaN IG/SdkBQSCm5w== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: Add "format" target to make and ninja to run pgindent and pgperltidy From: Daniel Gustafsson In-Reply-To: Date: Fri, 13 Mar 2026 23:26:13 +0100 Cc: Peter Eisentraut , Andrew Dunstan , Tom Lane , Ashutosh Bapat , PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: References: <3913298.1767194804@sss.pgh.pa.us> <5611b8aa-8496-4632-92b4-e096654850d1@dunslane.net> <475CE843-FEFE-40E0-9341-3D5502D1F51C@yesql.se> To: Jelte Fennema-Nio X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 13 Mar 2026, at 16:11, Jelte Fennema-Nio = wrote: >=20 > On Fri, 13 Mar 2026 at 11:03, Daniel Gustafsson = wrote: >> The primary reason thus far has been that pgperltidy requires a = specific >> version of perltidy, no other version is accepted. Imposing the = burden of >> installing that on a greater subset of people than a subset of = committers >> didn't seem palatable. >=20 > I think that makes sense if the burden is big, but with patch 0008 it > becomes as simple as running a single command: > src/tools/pgindent/get_perltidy In todays world of supply-chain attacks, don't think it's all that = palatable to take responsibility for installing code in peoples environments. = Regardless, I don't think the patch should remove the installation instructions. -- Daniel Gustafsson