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 1sPpvX-006ZH8-L7 for pgsql-hackers@arkaria.postgresql.org; Fri, 05 Jul 2024 20:53:07 +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 1sPpvV-00E8VA-He for pgsql-hackers@arkaria.postgresql.org; Fri, 05 Jul 2024 20:53:06 +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 1sPpvV-00E8V2-9K for pgsql-hackers@lists.postgresql.org; Fri, 05 Jul 2024 20:53:05 +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 1sPpvT-000c5I-Tu for pgsql-hackers@postgresql.org; Fri, 05 Jul 2024 20:53:05 +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=kHL/dbVgo4Qac1t98J7F/HLMoZf1a3X1pXnoBFcwgEg=; b=dM4X6 Le3f7wdhyS76KN0jo8nCR1bJAGdXVmA9PDUfqM+RL8xzc3fAWXavcI0iCKliXFHhHc6DQXYigDarZ OT4XaYHewTVcf3cP3U7GCP1LlR+z6T1Y+kf84c+Rsh4vP/PABKEiuCLziyx7xHYc61fUiN8oWcnpn v9Md7KfZD2xi3TzMJzaS3a8kKseXYTINQY2hBmPSOFawhCoKxJ7G/lO3X3tXkyeh0o27QZrBiC/Yu s+tkHoICAoFvQUwMabLrwW0X6uSkMH8XeTCrj9evTgRWIbu1Q4JXW9ZmHjU1/lhfKtenD/aoha+2z o+NP0zKHMEks5XVXoPJDOhC+8u7gA==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1sPpvS-008l6X-16; Fri, 05 Jul 2024 16:53:02 -0400 Date: Fri, 5 Jul 2024 16:53:02 -0400 From: Bruce Momjian To: Matthias van de Meent 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 Fri, Jul 5, 2024 at 07:51:38PM +0200, Matthias van de Meent wrote: > Hi, > > I noticed that PG17's release note for commit cafe10565 is "Allow psql > connections to be canceled with control-C (Tristan Partin)", but this > summary seems wrong to me. > > We already had ^C connection (query) cancellation for quite some time > before this patch. What's new with that patch, is that we now also can > cancel connection attempts with ^C while we're still connecting (i.e., > we haven't yet authenticated and are trying to move the connection > state forward). > I think a better wording would be "Allow psql connection attempts to > be canceled with control-C (Tristan Partin)", or "Allow psql > connections to be canceled with control-C while psql is still > connecting (Tristan Partin)". I see your point. I committed a change to use this wording: Allow psql connection attempts to be canceled with control-C (Tristan Partin) -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.