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.94.2) (envelope-from ) id 1rY7Ph-00ETDC-Io for pgsql-hackers@arkaria.postgresql.org; Thu, 08 Feb 2024 16:38:14 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rY7Pg-001ZLW-9G for pgsql-hackers@arkaria.postgresql.org; Thu, 08 Feb 2024 16:38:12 +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.94.2) (envelope-from ) id 1rY7Pf-001ZLN-W2 for pgsql-hackers@lists.postgresql.org; Thu, 08 Feb 2024 16:38:11 +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.94.2) (envelope-from ) id 1rY7PZ-0069eS-95 for pgsql-hackers@postgresql.org; Thu, 08 Feb 2024 16:38:11 +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 418Gc21w971246; Thu, 8 Feb 2024 11:38:02 -0500 From: Tom Lane To: Peter Eisentraut cc: pgsql-hackers Subject: Re: Put genbki.pl output into src/include/catalog/ directly In-reply-to: <21b74bdc-183d-4dd5-9c27-9378d178f459@eisentraut.org> References: <21b74bdc-183d-4dd5-9c27-9378d178f459@eisentraut.org> Comments: In-reply-to Peter Eisentraut message dated "Thu, 08 Feb 2024 08:58:53 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <971244.1707410282.1@sss.pgh.pa.us> Date: Thu, 08 Feb 2024 11:38:02 -0500 Message-ID: <971245.1707410282@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > With the makefile rules, the output of genbki.pl was written to > src/backend/catalog/, and then the header files were linked to > src/include/catalog/. > This patch changes it so that the output files are written directly to > src/include/catalog/. Didn't read the patch, but +1 for concept. regards, tom lane