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 1vd1Wq-00D6nV-36 for pgsql-hackers@arkaria.postgresql.org; Tue, 06 Jan 2026 07:30:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vd1Wp-006rXR-2g for pgsql-hackers@arkaria.postgresql.org; Tue, 06 Jan 2026 07:30:56 +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 1vd1Wp-006rXI-1F for pgsql-hackers@lists.postgresql.org; Tue, 06 Jan 2026 07:30:56 +0000 Received: from forwardcorp1b.mail.yandex.net ([178.154.239.136]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vd1Wm-004T9n-3D for pgsql-hackers@lists.postgresql.org; Tue, 06 Jan 2026 07:30:55 +0000 Received: from mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:5c05:0:640:ff67:0]) by forwardcorp1b.mail.yandex.net (Yandex) with ESMTPS id E380680632; Tue, 06 Jan 2026 10:30:47 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6bf:8080:194::1:33]) by mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id jUjIT32A70U0-CQtxpsCs; Tue, 06 Jan 2026 10:30:47 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1767684647; bh=CqtxAhDoUASrNi2Qm2Kenpl99H0t72iqLlNor12yN2Q=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=yMgmq1/Qj+DbmVhW/J+7C4im6x5oZNLyCO23oReF3VAUqDEuxCrRfkzQ5MvbgOEtZ ccyROroACgWH4seWmMbFZX1jxlkRvldEfwmGkDGKxtIK5EWSm8m0H+LMWqH1VT8L6r +GyQJ8ONqRp+FD9eiABgM3bGVtpvyRTraGKOYBj8= Authentication-Results: mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Re: Making jsonb_agg() faster From: Andrey Borodin In-Reply-To: <1361925.1765661150@sss.pgh.pa.us> Date: Tue, 6 Jan 2026 12:30:34 +0500 Cc: Alexander Lakhin , Chao Li , jian he , pgsql-hackers@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <1060917.1753202222@sss.pgh.pa.us> <617666.1755277022@sss.pgh.pa.us> <654628.1755297629@sss.pgh.pa.us> <2129790.1755889894@sss.pgh.pa.us> <68A1061C-81A5-46AA-AFA9-48294908254C@gmail.com> <2613D418-67E0-4DD8-BDA6-AB1BB04DB1A2@gmail.com> <2466173.1756498180@sss.pgh.pa.us> <163563.1762117009@sss.pgh.pa.us> <354608.1762195230@sss.pgh.pa.us> <2052300.1763664997@sss.pgh.pa.us> <1985954.1764976473@sss.pgh.pa.us> <2329959.1765047648@sss.pgh.pa.us> <0C8ACF97-C1F0-43EA-B8FD-CD7E7ECB8190@gmail.com> <2731915.1765126681@sss.pgh.pa.us> <1178694.1765641273@sss.pgh.pa.us> <1361925.1765661150@sss.pgh.pa.us> To: Tom Lane X-Mailer: Apple Mail (2.3826.700.81) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 14 Dec 2025, at 02:25, Tom Lane wrote: >=20 > Fixed, thanks again for finding this. Hi Tom! The patch is registered on CF, but it seems you did not attach a fixed = version. Please post it. Or is v5 from 2025-12-05 the latest version? Best regards, Andrey Borodin.=