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 1vc9xz-002aGZ-17 for pgsql-hackers@arkaria.postgresql.org; Sat, 03 Jan 2026 22:19:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vc9xy-00E5aQ-0y for pgsql-hackers@arkaria.postgresql.org; Sat, 03 Jan 2026 22:19:23 +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 1vc9xy-00E5aI-03 for pgsql-hackers@lists.postgresql.org; Sat, 03 Jan 2026 22:19:22 +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.96) (envelope-from ) id 1vc9xx-0042KJ-1V for pgsql-hackers@lists.postgresql.org; Sat, 03 Jan 2026 22:19:21 +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 603MJIqO586683; Sat, 3 Jan 2026 17:19:18 -0500 From: Tom Lane To: Andreas Karlsson cc: Marcos Pegoraro , Pavel Stehule , jian he , PostgreSQL Hackers Subject: Re: not fully correct error message In-reply-to: References: <8fa16ea7-09a1-4ec2-b668-1e36d4c8ace4@proxel.se> <409108.1767463422@sss.pgh.pa.us> <517385.1767467780@sss.pgh.pa.us> Comments: In-reply-to Andreas Karlsson message dated "Sat, 03 Jan 2026 22:12:26 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <586681.1767478758.1@sss.pgh.pa.us> Date: Sat, 03 Jan 2026 17:19:18 -0500 Message-ID: <586682.1767478758@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andreas Karlsson writes: > 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. Pushed. regards, tom lane