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 1s5Xq9-005yuI-6m for pgsql-hackers@arkaria.postgresql.org; Fri, 10 May 2024 21:31:41 +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 1s5Xq6-001g7T-8U for pgsql-hackers@arkaria.postgresql.org; Fri, 10 May 2024 21:31:38 +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 1s5Xq6-001g7L-0e for pgsql-hackers@lists.postgresql.org; Fri, 10 May 2024 21:31:38 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s5Xq3-000PYt-58 for pgsql-hackers@postgresql.org; Fri, 10 May 2024 21:31:37 +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 44ALVXfl1641607; Fri, 10 May 2024 17:31:33 -0400 From: Tom Lane To: Bruce Momjian cc: Jelte Fennema-Nio , PostgreSQL-development Subject: Re: First draft of PG 17 release notes In-reply-to: References: Comments: In-reply-to Bruce Momjian message dated "Fri, 10 May 2024 17:21:01 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1641605.1715376693.1@sss.pgh.pa.us> Date: Fri, 10 May 2024 17:31:33 -0400 Message-ID: <1641606.1715376693@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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. regards, tom lane