Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1liizP-000742-NU for pgsql-advocacy@arkaria.postgresql.org; Mon, 17 May 2021 19:33:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1liizO-00039i-Ni for pgsql-advocacy@arkaria.postgresql.org; Mon, 17 May 2021 19:33:18 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1liizO-00039Z-EN for pgsql-advocacy@lists.postgresql.org; Mon, 17 May 2021 19:33:18 +0000 Received: from mail-ej1-x630.google.com ([2a00:1450:4864:20::630]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1liizL-000727-K8 for pgsql-advocacy@lists.postgresql.org; Mon, 17 May 2021 19:33:17 +0000 Received: by mail-ej1-x630.google.com with SMTP id lg14so10879010ejb.9 for ; Mon, 17 May 2021 12:33:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bowt-ie.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=wax2TGTLkwZo2DOHJDSL5LDOSMTOJMJvF0/PodZWqhk=; b=FT3ljgU4uRItMGXibViMu8jimwyN7/7f7Vi9iYdnb8rZO9NjIlZhWBbgZSjrezLAAY tyt3aqkm0FON6oY6d9rEejmuKQ7dsz0wnOMC5NIs/x6wAnhZKGxQUH3AHYnjX2h7GKxV 0s9TW7YX05RYTXGU4VrJBkwIyOUBOyAjuDVGyNcbCDJbIzoijdNxcC8IpI9roz2vs3oo QCV9mEYEA6QPSYtqIb0T98aAr34cFa4qXTV4MNBnPwDol7YrWm9EdHgVwiL8DgtX99Rl TYiRmdPXjy/GRpuCLVk0/hjrkekgx8weX4aB8zd7Cwk6M5wGv51JZ5I8SwCILL1UvXtD u1wQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wax2TGTLkwZo2DOHJDSL5LDOSMTOJMJvF0/PodZWqhk=; b=JWhKttU7Qpkid+R9gt8RHkjcA2jPUKmjljD8HCMOmqMmEqlScYsFqgDJhPdBiXwjjq Z3Y2A7Xmx9uNYZ/zgCwavhUm0CnVttCody5mF9iMxSZW6OacQ8rPaurIzlVRxGCXzbry 4XbvzFXv+hJ929CEna9H6W9ivFoerhAtjHcFWuVEjU9k6MvB9UnwWdqE9VZ7q5YIyNid hRvnzYTAAH8EMkYeRlbUVA2qXSRXdQYvjZTDvJSdB0HM4LaO6XOrgqiEEpmoEgqisIl6 OMzSp9nDvLGoemzsC34v8Uqilx8+gj4/txknXrcq8jCnKctaQye4ql8dvkgJcBSvXUHK o44A== X-Gm-Message-State: AOAM530OeIV7jmcqpUIkR3SDuOqlMfGgqPUqbcPOIsGXsPONkXjXnjhI J0awlwzEZND2tovwE8Q6jOPPnLAdk5oMi2PKBroOVw== X-Google-Smtp-Source: ABdhPJxdwaC3R626oPCd1VDLHZbcdch71Jfcgems1x3XJAM4S6pkaptVilX+s6QU6n4IecsGCjy18B71UlDXdSaLHzA= X-Received: by 2002:a17:906:fb88:: with SMTP id lr8mr1547438ejb.429.1621279993709; Mon, 17 May 2021 12:33:13 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Peter Geoghegan Date: Mon, 17 May 2021 12:32:57 -0700 Message-ID: Subject: Re: PostgreSQL 14 Beta 1 release announcement draft To: "Jonathan S. Katz" Cc: PostgreSQL Advocacy Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, May 17, 2021 at 7:16 AM Jonathan S. Katz wrote: > Please review the announcement for technical inaccuracies and notable > feature omissions, and please provide feedback no later than Wed, May 19 > AoE[1] I think that the B-Tree item (bottom-up index deletion) would benefit from a link to the documentation that describes the feature, for those that want to drill down: https://www.postgresql.org/docs/14/btree-implementation.html#BTREE-DELETION (Though see https://www.postgresql.org/docs/devel/btree-implementation.html#BTREE-DELETION for the devel version, which is the only version available from the website at this time.) -- Peter Geoghegan