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 1oB1an-0006RT-1V for pgsql-hackers@arkaria.postgresql.org; Mon, 11 Jul 2022 22:09:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oB1al-00018A-Kt for pgsql-hackers@arkaria.postgresql.org; Mon, 11 Jul 2022 22:09:23 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oB1al-000181-Bi for pgsql-hackers@lists.postgresql.org; Mon, 11 Jul 2022 22:09:23 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oB1aj-00025p-7V for pgsql-hackers@postgresql.org; Mon, 11 Jul 2022 22:09:22 +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 26BM9FFN1261927; Mon, 11 Jul 2022 18:09:15 -0400 From: Tom Lane To: Andres Freund cc: Robert Haas , Peter Eisentraut , David Rowley , pgsql-hackers Subject: Re: automatically generating node support functions In-reply-to: <20220711213755.gwcysmuypke3wckg@awork3.anarazel.de> References: <11148777-fbe2-5188-195d-48f5083573c5@enterprisedb.com> <20220710214622.haiektrjzisob6rl@awork3.anarazel.de> <815831.1657494597@sss.pgh.pa.us> <45f508cb-e30b-c252-e081-4548deafa34c@enterprisedb.com> <1116889.1657553859@sss.pgh.pa.us> <1201553.1657562258@sss.pgh.pa.us> <1229446.1657569262@sss.pgh.pa.us> <20220711201755.x5hmdailt63z2xo2@awork3.anarazel.de> <1239476.1657571885@sss.pgh.pa.us> <20220711213755.gwcysmuypke3wckg@awork3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Mon, 11 Jul 2022 14:37:55 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1261925.1657577355.1@sss.pgh.pa.us> Date: Mon, 11 Jul 2022 18:09:15 -0400 Message-ID: <1261926.1657577355@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andres Freund writes: > I don't think it's worth worrying about this not working reliably for non > --enable-depend builds, there's a lot more broken than this. Well, *I* care about that, and I won't stand for making the non-enable-depend case significantly more broken than it is now. In particular, what you're proposing would mean that "make clean" followed by rebuild wouldn't be sufficient to update everything anymore; you'd have to resort to maintainer-clean or "git clean -dfx" after touching any node definition file, else gen_node_support.pl would not get re-run. Up with that I will not put. regards, tom lane