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 1vIYV3-005GyQ-1v for pgsql-advocacy@arkaria.postgresql.org; Mon, 10 Nov 2025 20:28:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vIYV1-002LJ4-12 for pgsql-advocacy@arkaria.postgresql.org; Mon, 10 Nov 2025 20:28:27 +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 1vIYSx-002J7P-1o for pgsql-advocacy@lists.postgresql.org; Mon, 10 Nov 2025 20:26:19 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vIYSv-006Qkr-0A for pgsql-advocacy@lists.postgresql.org; Mon, 10 Nov 2025 20:26:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Content-Transfer-Encoding:Content-Type: Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date:MIME-Version:Sender :Reply-To:Content-ID:Content-Description; bh=3TbSTZZ1y9JyH9SrEEVF+cYHcdvNc9iATznCJzwAQ5I=; b=FQ0+dT9j9dPHbjQXkgYEPQ2uL/ gsVa1lmMqRIu+E2LAsqEui7WjWjiSCLI38fDlHi+psayQHx1tAVel4YUo9XBMSUk0Bw6DnwifQHiv aDuUhAK69yoxnLdBwUUNBuSaPsz+aW22Zd5gkaBhFczS7rGdZW281rBwRrYNgwV+2AYF1LY+qFugU t3Rslbl3/vqR1vKtqROVAvY41NZXI7rD7KahvFJTKM6IkZSEU7qtm5u5E21oameppPgrRrsZpsaQs o5zeum191q7X5w5OKPDl+GiMC5WHqwya1S0v8O91dX7CP92Qi/cKGF844F2bHoNOlPqHN+Faj8f5g YOMgxJ0A==; Received: from meldrar.postgresql.org ([87.238.57.231] helo=webmail.postgresql.org) by meldrar.postgresql.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vIYSs-00HIUR-1A; Mon, 10 Nov 2025 20:26:15 +0000 MIME-Version: 1.0 Date: Tue, 11 Nov 2025 06:26:13 +1000 From: Justin Clift To: "Jonathan S. Katz" Cc: PostgreSQL Advocacy Subject: Re: 2025-11-13 release announcement draft In-Reply-To: References: Message-ID: X-Sender: justin@postgresql.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2025-11-11 05:01, Jonathan S. Katz wrote: > Hi, > > Attached is a draft of the 2025-11-13 release announcement. Please > provide feedback on correctness, notable omissions no later than > 2025-11-13 12:00 UTC (and ideally earlier!) With this one: * Do not use parallelism in hash right semi-joins. ... that wording is unclear if the "Do not use" means users/admins/etc should not use "parallelism in hash right semi-joins", or if there's patch(es) now applied that stop it from happening. Any idea? :) Regards and best wishes, Justin Clift