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 1vc8vL-002R0L-0U for pgsql-hackers@arkaria.postgresql.org; Sat, 03 Jan 2026 21:12:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vc8vJ-00DxHg-2z for pgsql-hackers@arkaria.postgresql.org; Sat, 03 Jan 2026 21:12:34 +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.96) (envelope-from ) id 1vc8vJ-00DxHY-1e for pgsql-hackers@lists.postgresql.org; Sat, 03 Jan 2026 21:12:34 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vc8vH-0041vR-1J for pgsql-hackers@lists.postgresql.org; Sat, 03 Jan 2026 21:12:33 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 4020E50DAB9 for ; Sat, 03 Jan 2026 22:12:27 +0100 (CET) Received: from s899.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 26DBF50EF83; Sat, 03 Jan 2026 22:12:27 +0100 (CET) Received: from s473.loopia.se (unknown [172.22.191.6]) by s899.loopia.se (Postfix) with ESMTP id 1B3452C8BA45; Sat, 03 Jan 2026 22:12:27 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s473.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=proxel.se Received: from s979.loopia.se ([172.22.191.6]) by s473.loopia.se (s473.loopia.se [172.22.190.13]) (amavisd-new, port 10024) with LMTP id 2M3OwCRc96UP; Sat, 3 Jan 2026 22:12:26 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: andreas@proxel.se X-Loopia-Originating-IP: 147.28.75.140 Received: from [192.168.0.121] (customer-147-28-75-140.stosn.net [147.28.75.140]) (Authenticated sender: andreas@proxel.se) by s979.loopia.se (Postfix) with ESMTPSA id 7D75410BC459; Sat, 03 Jan 2026 22:12:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1767474746; bh=o8fn8M8KoK4QTUkGJyvlzKJ1wtIEvsHLyecRTVW5Z3c=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=a4GJ7DthyKjFJbKZ5B7td8apfstWyRwganFvYcQAC3uTKbPEu3EcLpMXSaGNI9XLG Fz8NJlTV42ajkAHOhwX2oDMk9l2Hz1aUrTyXfbnysNJVSWtBBy5dOQdwFoYAG+IoG/ NvqHph2URRBWpG8aEB8lnFXUFzLw/eqHi3dGkFCeQqWkzFGbdqo/BsPLVDY1BK7uRC G15p+CgzY+Sjz1BNgnPPSbs8N/l06DL8DDl+bLXeFgj/4chTM325eABLp78B8WCGCo LcHUyNKRWWhmALpz4O9agip4Mr1+qAhEOQbwIPi5eqZ1rsUyptmxs4gOxkBOGRpCAj IKPQw1CBT2dAg== Message-ID: Date: Sat, 3 Jan 2026 22:12:26 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: not fully correct error message To: Tom Lane Cc: Marcos Pegoraro , Pavel Stehule , jian he , PostgreSQL Hackers References: <8fa16ea7-09a1-4ec2-b668-1e36d4c8ace4@proxel.se> <409108.1767463422@sss.pgh.pa.us> <517385.1767467780@sss.pgh.pa.us> From: Andreas Karlsson Content-Language: en-US In-Reply-To: <517385.1767467780@sss.pgh.pa.us> 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 1/3/26 8:16 PM, Tom Lane wrote: > Putting that all together, and fixing affected regression tests > (yes, this code was covered already), I get the attached. That looks good to me. Andreas