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 1s53W6-002sjZ-M7 for pgsql-hackers@arkaria.postgresql.org; Thu, 09 May 2024 13:08:58 +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 1s53W4-006tOZ-1j for pgsql-hackers@arkaria.postgresql.org; Thu, 09 May 2024 13:08: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.94.2) (envelope-from ) id 1s53W3-006tOR-L2 for pgsql-hackers@lists.postgresql.org; Thu, 09 May 2024 13:08:56 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s53W1-000B1A-Ba for pgsql-hackers@postgresql.org; Thu, 09 May 2024 13:08:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=TpS5yxDIDWcyzr8+yd4qFQ72A/dXEkcMKHQB49fbhm4=; b=DNmtn 7XriRPdWBpTmHXwOdi8/kQZVNvM/Q12GIp1BGCWqTHi5KoJ7GCgTLk9ZRBcwFHlz5pDi3vd4r/rU/ VCrPg5LDH4zuDulhT9TbXJ7M5xWlM2hrHHUnwA8iV+oCn9URxUdwFHOEY9ucoRgHl22QpL/SN7Whc RpcIvaULV9yDmwubXMnwPAx6fQ7Mw4Z/ozSSgWIe85Beu7s0Jm+BxpZmYS8HBfOhE36gcFYdlqjiq 8tWt6fhLsl56A5ULpYyB7MX1IQ5OSuiKgf+ZWytksBhzYcMDqL8Xg+Cze9Se+IGKT4SZupFk/Phm3 c/l8xfzdKw22W28PHlFfu6DuTzV1Q==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1s53W0-003Mkq-1c; Thu, 09 May 2024 09:08:52 -0400 Date: Thu, 9 May 2024 09:08:52 -0400 From: Bruce Momjian To: David Rowley Cc: PostgreSQL-development Subject: Re: First draft of PG 17 release notes Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, May 9, 2024 at 04:44:47PM +1200, David Rowley wrote: > On Thu, 9 May 2024 at 16:04, Bruce Momjian wrote: > > I welcome feedback. For some reason it was an easier job than usual. > > Thanks for working on that. > > > +2023-11-02 [cac169d68] Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2 > > > +Double the default foreign data wrapper tuple cost (David Rowley, Umair Shahid) > > That's 20x rather than 2x. Oops, changed to: Increase the default foreign data wrapper tuple cost (David Rowley, Umair Shahid) -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.