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 1s5Xvn-005zW9-CV for pgsql-hackers@arkaria.postgresql.org; Fri, 10 May 2024 21:37:31 +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 1s5Xvl-001jSC-63 for pgsql-hackers@arkaria.postgresql.org; Fri, 10 May 2024 21:37:29 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s5Xvk-001jS4-Sp for pgsql-hackers@lists.postgresql.org; Fri, 10 May 2024 21:37:29 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s5Xvh-000PbY-Us for pgsql-hackers@postgresql.org; Fri, 10 May 2024 21:37:28 +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=D1aykfT9XhdIq8DDorxOQI2Hv0CGYA5KosiKEl7Rg7U=; b=N6qda JtobCI2NkQpi6cyhgfY8Znw8/+mstKyh8lJFXXf5HFUXouBOX+YwUkwPWdqUgkt66e/om7+EMycOq euv/RbZlFcCogM6VSdPOE8+7jXAJJphEdCKC7bOdb8mKHSno0mk4kGpE98ZEXf5E/OZpJp5N8QxRD WAXY+8THjSGRP2m2zHuvGd+jQhJXjTD5VdEJYtD0iXCg7AZfQ1miF2BdJTxslbyFkf7sCBUncIjwG oCa9wbxbO20xArCzT0ysFz5pr/k0KJzIwHbhVqpRiZU43xHQ0Pcbm5NhTH9uwl/P4KkKQzHNyCmwL p7NUiUJhk7l6FZjaLkQZ+L33p+5EA==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1s5Xvh-0040HZ-0i; Fri, 10 May 2024 17:37:25 -0400 Date: Fri, 10 May 2024 17:37:25 -0400 From: Bruce Momjian To: Tom Lane Cc: Jelte Fennema-Nio , PostgreSQL-development Subject: Re: First draft of PG 17 release notes Message-ID: References: <1641606.1715376693@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1641606.1715376693@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, May 10, 2024 at 05:31:33PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > On Fri, May 10, 2024 at 06:50:54PM +0200, Jelte Fennema-Nio wrote: > >> There are two commits that I think would benefit from being listed > >> (but maybe they are already listed and I somehow missed them, or they > >> are left out on purpose for some reason): > > > I looked at both of these. In both cases I didn't see why the user > > would need to know these changes were made: > > I agree that the buffering change is not likely interesting, but > the fact that you can now control-C out of a psql "\c" command > is user-visible. People might have internalized the fact that > it didn't work, or created complicated workarounds. It was not clear to me what the user-visible behavior was with the SIGINT control. Yes, based on your details, it should be mentioned. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.