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 1rdXHL-0065kx-Tj for pgsql-hackers@arkaria.postgresql.org; Fri, 23 Feb 2024 15:16:00 +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 1rdXHK-001njQ-BQ for pgsql-hackers@arkaria.postgresql.org; Fri, 23 Feb 2024 15:15:58 +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.94.2) (envelope-from ) id 1rdXHK-001nhM-12 for pgsql-hackers@lists.postgresql.org; Fri, 23 Feb 2024 15:15:58 +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.94.2) (envelope-from ) id 1rdXHC-000cIh-OU for pgsql-hackers@postgresql.org; Fri, 23 Feb 2024 15:15:57 +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 41NFFi3Q814467; Fri, 23 Feb 2024 10:15:44 -0500 From: Tom Lane To: Heikki Linnakangas cc: pgsql-hackers , vignesh C , Andres Freund , Melanie Plageman , Robert Haas , Peter Smith Subject: Re: Relation bulk write facility In-reply-to: <9e1f63c3-ef16-404c-b3cb-859a96eaba39@iki.fi> References: <30e8f366-58b3-b239-c521-422122dd5150@iki.fi> <20231119000416.fuyrbo6av7dytmf6@awork3.anarazel.de> <93e91b02-e07f-4205-8de6-3942b91760cb@iki.fi> <98832b4f-441f-4691-b9d4-9725eea8aed9@iki.fi> <6db39a5e-67ab-495d-9dfb-38b596df0d58@iki.fi> <9e1f63c3-ef16-404c-b3cb-859a96eaba39@iki.fi> Comments: In-reply-to Heikki Linnakangas message dated "Fri, 23 Feb 2024 17:12:30 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <814465.1708701344.1@sss.pgh.pa.us> Date: Fri, 23 Feb 2024 10:15:44 -0500 Message-ID: <814466.1708701344@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Heikki Linnakangas writes: > Buildfarm animals 'sifaka' and 'longfin' are not happy, I will investigate.. Those are mine, let me know if you need local investigation. regards, tom lane