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.94.2) (envelope-from ) id 1taIjS-000b74-If for pgsql-hackers@arkaria.postgresql.org; Tue, 21 Jan 2025 18:12:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1taIjR-003GpW-BW for pgsql-hackers@arkaria.postgresql.org; Tue, 21 Jan 2025 18:12:09 +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.94.2) (envelope-from ) id 1taIjR-003GpK-2F for pgsql-hackers@lists.postgresql.org; Tue, 21 Jan 2025 18:12:09 +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 1taIjO-000lxb-2d for pgsql-hackers@lists.postgresql.org; Tue, 21 Jan 2025 18:12:08 +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 50LIC5xj3363453; Tue, 21 Jan 2025 13:12:05 -0500 From: Tom Lane To: Michel Pelletier cc: Pavel Stehule , pgsql-hackers@lists.postgresql.org Subject: Re: Using Expanded Objects other than Arrays from plpgsql In-reply-to: References: <1342498.1729444411@sss.pgh.pa.us> <1445998.1729482404@sss.pgh.pa.us> <2062830.1729625620@sss.pgh.pa.us> <2265411.1729699470@sss.pgh.pa.us> <2354718.1729737539@sss.pgh.pa.us> <2581216.1729794746@sss.pgh.pa.us> <1948345.1730500073@sss.pgh.pa.us> <3797606.1732045516@sss.pgh.pa.us> <647219! .1736019347@sss.pgh.pa.us> <1417389.1736964543@sss.pgh.pa.us> Comments: In-reply-to Michel Pelletier message dated "Tue, 21 Jan 2025 10:05:48 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3363451.1737483125.1@sss.pgh.pa.us> Date: Tue, 21 Jan 2025 13:12:05 -0500 Message-ID: <3363452.1737483125@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michel Pelletier writes: > Thanks Tom! These applied cleanly to my test env and actually increased my > livejournal graph benchmark by a million edges per second, so I guess I > didn't have all the previous changes in my last build as you noted. Nice! I hope somebody will review this, because I'd really like to get it into v18, and feature freeze is getting closer. regards, tom lane