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 1w2R6r-000HsC-33 for pgsql-hackers@arkaria.postgresql.org; Tue, 17 Mar 2026 09:53:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w2R6q-00HaYg-2j for pgsql-hackers@arkaria.postgresql.org; Tue, 17 Mar 2026 09:53:08 +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.96) (envelope-from ) id 1w2R6q-00HaYX-1Z for pgsql-hackers@lists.postgresql.org; Tue, 17 Mar 2026 09:53:08 +0000 Received: from meesny.iki.fi ([195.140.195.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w2R6o-00000000a8I-09bh for pgsql-hackers@lists.postgresql.org; Tue, 17 Mar 2026 09:53:08 +0000 Received: from [10.0.2.15] (unknown [130.41.208.2]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange x25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: hlinnaka) by meesny.iki.fi (Postfix) with ESMTPSA id 4fZnMM51S9zyRd; Tue, 17 Mar 2026 11:53:03 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1773741184; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eeUEk34oS6StUEIyyXfZzyhZydv8Ag5yBeTXf+L7b+0=; b=qRQTQCrArRYDNXatBT9lvP4JLekRRUt4gep7bZ6nwhTWbjyiPTJwZSWxJ1/Iv099YEozae RZXIa2Xj0Ssnw4WhJ5L2+f7QMteXS0CDDlWm0ndyYTriKj14FtNgi6gu5hMNkukkFWPUAa SRCaNL6ISoO8yz+YTx2K8OPUtKLJFqc= ARC-Seal: i=1; a=rsa-sha256; d=iki.fi; s=meesny; cv=none; t=1773741184; b=V5BYujsA+9V1CWg0gtm2muS3v5C4pyfi6JYyLb2O/rNladk7JpSTBJgDqiFQ1qfTU3mwRi RQQ0hw+vIZ7AiM4wF0KWAJ/siXOQgE/R4jgAIPonKWRinog0h9SjGwz5cTOnWaR68LPGVf wmyBVYC18CrnV/8V+yXYbdDa2vsoLL0= ARC-Authentication-Results: i=1; ORIGINATING; auth=pass smtp.auth=hlinnaka smtp.mailfrom=hlinnaka@iki.fi ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1773741184; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eeUEk34oS6StUEIyyXfZzyhZydv8Ag5yBeTXf+L7b+0=; b=AAu8e/cR2vM276hSxMr6+gf3pP/qqvY//kEjbLF0HsW8bFJdH3DjiDtEzVQqCpF0hf3G+w NAngQDslS22PHS6i7uMQQcR3Y/KTj2LatciONdg0+xNvcPkWKLMlbet3qT0iwH50A70HgF CODMaMdY9bYazBoonNPsWBt2LiCARjk= Message-ID: Date: Tue, 17 Mar 2026 11:52:57 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: POC: make mxidoff 64 bits To: "Hayato Kuroda (Fujitsu)" , 'Maxim Orlov' Cc: Alexander Lakhin , Ashutosh Bapat , Alvaro Herrera , Alexander Korotkov , wenhui qiu , Postgres hackers References: <6c298bc4-7029-4c1d-bf16-3e094842ce32@iki.fi> <2c62322e-a0e3-49cd-b369-370718a8efd8@iki.fi> <3624730d-6dae-42bf-9458-76c4c965fb27@iki.fi> <6dc0880b-15fb-42cf-abfc-62d9d80dd287@iki.fi> Content-Language: en-US From: Heikki Linnakangas In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 17/03/2026 04:56, Hayato Kuroda (Fujitsu) wrote: > Hi hackers, > > Thanks for working on the project. > While running 007_multixact_conversion.pl with the meson build system, I found > that delete_old_cluster.sh can be generated in the source tree. > IIUC, we must expressly change the current directory under the tmp_check. > > Please see attached to fix the issue. Applied, thanks! - Heikki