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 1qTtqk-00B33E-RO for pgsql-hackers@arkaria.postgresql.org; Thu, 10 Aug 2023 00:48:27 +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 1qTtqi-009cTr-QT for pgsql-hackers@arkaria.postgresql.org; Thu, 10 Aug 2023 00:48:25 +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 1qTtqi-009cTi-HZ for pgsql-hackers@lists.postgresql.org; Thu, 10 Aug 2023 00:48:24 +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 1qTtqc-001a5A-8k for pgsql-hackers@postgresql.org; Thu, 10 Aug 2023 00:48:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2023062407; 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=zrbHz5RyckPP+F0f/95Uds53NZRqM6oJhEnY0Gf5WFU=; b=iRdrQ 4nlDwomMO+qQUedyA5oSrGZBbol44AMeNQeEDwAp4pfObgVtM07K+WurbRWx6dj5jXK7ZZ9mGk0tv bWadot/SzruV5VDoUpofeptrhB7ThwJfZoywGWCa78sYUR0Jeh1SsQAvg1aYUR/jbatCKLc3groUb aiIJ4tqp1udO8A5Tpdy9znuB2AZ+B2/MLggTnVltD8l5cn9Pv1RM9lEYGg3p6gsgD2rl57ZzCCUgb U1QhxujIu6iwpSIu8j0myLGK7iPpa7cuP7nk3f3056lV319VVWRLGC8MnmfYG6rrgSWu+HqhmYBji JuyHpxbMJ0E2gzI4dYOSbz7PxUzNA==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1qTtqa-00DawM-2S; Wed, 09 Aug 2023 20:48:16 -0400 Date: Wed, 9 Aug 2023 20:48:16 -0400 From: Bruce Momjian To: Noah Misch Cc: PostgreSQL-development Subject: Re: PG 16 draft release notes ready Message-ID: References: <20230805230847.GA1370050@rfd.leadboat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230805230847.GA1370050@rfd.leadboat.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sat, Aug 5, 2023 at 04:08:47PM -0700, Noah Misch wrote: > > Remove libpq support for SCM credential authentication (Michael Paquier) > > Since the point of removing it is the deep unlikelihood of anyone using it, I > wouldn't list this in "incompatibilities". I moved this to the Source Code section. > > Deprecate createuser option --role (Nathan Bossart) > > This is indeed a deprecation, not a removal. By the definition of > "deprecate", it's not an incompatibility. I moved this to the Server Applications section. Thanks. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.