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 1n9qYZ-0007eM-40 for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Jan 2022 15:37:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n9qYX-00072v-T3 for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Jan 2022 15:37:57 +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 1n9qYX-00072l-Jk for pgsql-hackers@lists.postgresql.org; Tue, 18 Jan 2022 15:37:57 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n9qYV-0003FJ-Cw for pgsql-hackers@lists.postgresql.org; Tue, 18 Jan 2022 15:37:56 +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 20IFbrBg315069; Tue, 18 Jan 2022 10:37:53 -0500 From: Tom Lane To: Julien Rouhaud cc: Kyotaro Horiguchi , jakub.wartak@tomtom.com, pgsql-hackers@lists.postgresql.org Subject: Re: In-placre persistance change of a relation In-reply-to: <20220118062631.khvzzhwwzw4ykmtm@jrouhaud> References: <20201111.173317.460890039962481381.horikyota.ntt@gmail.com> <20211223.150141.567663666306444193.horikyota.ntt@gmail.com> <164189363522.31345.3832968263786650864.pgcf@coridan.postgresql.org> <20220114.114310.2172685740667639154.horikyota.ntt@gmail.com> <20220118062631.khvzzhwwzw4ykmtm@jrouhaud> Comments: In-reply-to Julien Rouhaud message dated "Tue, 18 Jan 2022 14:26:31 +0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <315067.1642520273.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 18 Jan 2022 10:37:53 -0500 Message-ID: <315068.1642520273@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Julien Rouhaud writes: > The cfbot is failing on all OS with this version of the patch. Apparent= ly > v16-0002 introduces some usage of "testtablespace" client-side variable = that's > never defined, e.g. That test infrastructure got rearranged very recently, see d6d317dbf. regards, tom lane