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 1nTsAn-0001aj-4d for pgsql-hackers@arkaria.postgresql.org; Mon, 14 Mar 2022 21:24:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nTsAl-0007kX-TN for pgsql-hackers@arkaria.postgresql.org; Mon, 14 Mar 2022 21:24:11 +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 1nTsAl-0007kO-Ir for pgsql-hackers@lists.postgresql.org; Mon, 14 Mar 2022 21:24:11 +0000 Received: from mail-lf1-x135.google.com ([2a00:1450:4864:20::135]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nTsAi-0005aG-PL for pgsql-hackers@postgresql.org; Mon, 14 Mar 2022 21:24:11 +0000 Received: by mail-lf1-x135.google.com with SMTP id bt26so29556960lfb.3 for ; Mon, 14 Mar 2022 14:24:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=R1t9pSZf3kui1gzyM1PvQ7Ygz74EackSgLVCfITLR14=; b=V0+zK62svNHCeLOgEA4G15alO18uSwJIMFRKgkBvgP5YxO0Ng/r2Bwyqtpiz+b/SQd WGOy8HWN+COF3Ts65lToGs0po66FLPvcwckrEsINCpIAxFjgSH/01b2J7dSnqCpUty3z WFWyYVNQ8IzzTRHpu021//yKU3H/XBcYaxqVDBv2CeD6JIEHZRPu3GWK97Lwr5ZUPWAu Mgy8xOCcF+SJkv9aLS87YBq3vnxw6IOp20NbLWUqod4/LCggIlm9XS0SEGUby7POZII4 5SPeVg1E/mvbwkDIzGLzzXPaQL221SQSmsVffeoNCaQmH022eZGgEJLJYkcpMKXhOiTM o0nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=R1t9pSZf3kui1gzyM1PvQ7Ygz74EackSgLVCfITLR14=; b=f58t5V6G/4DEdMs2/3jQi5pgIV/5LBOKNSegldXQM6ls5H65U2/QC0wTRhvNbsA0Sp MrkxwJipbbYDcWV64ckyLEwkyvrDtPQYOvzh95uJhQr8iR5WSS0poTcC3QJ+Fjq+dx44 dKHZCaiwm5RhHyRccl7i9972q12pyJQc3c9HQQSNz1ba1qO5LBQ0RUOUj7JJkXUhZeJ9 I8pXBfIFSwnOfOCXUfgzSlY2TaMTJ6xxSR0AhO98HBoR2W3ikDRUIwifw86AOMcxBaJJ frFzIF8TrSDUxtb6UMct1s4oRw7/+XMinHEE45R20s1/2MT6yGpKxqR8Ijf/roi6k6AW eNkQ== X-Gm-Message-State: AOAM531t94oZnDHvKfGHeLj+YMQ0qvb3GN3BEdF7TPA1jom9sg+pA23q v6AcgXNym50Bw9AS7xprH4+PW5tpJVv/JTkiJbY= X-Google-Smtp-Source: ABdhPJxMySMu7sB9fQhjzP2NY9QBpI9KqC9B1VhcyBK4EmgKbRiHY6K6L8TXQE9mCsxejwZYK+pC9IouI8sdGgRlt8M= X-Received: by 2002:a05:6512:3d22:b0:448:797c:e4f7 with SMTP id d34-20020a0565123d2200b00448797ce4f7mr10009805lfv.251.1647293045211; Mon, 14 Mar 2022 14:24:05 -0700 (PDT) MIME-Version: 1.0 References: <20210913035409.GA10647@telsasoft.com> <20211008125822.GJ27491@telsasoft.com> <681e76ad-3a7b-ea3c-b6b0-55946239c49b@enterprisedb.com> <20220121180200.GM23027@telsasoft.com> <19c248d9-3687-9e0f-0b1a-2adad1de6fbe@enterprisedb.com> In-Reply-To: <19c248d9-3687-9e0f-0b1a-2adad1de6fbe@enterprisedb.com> From: Robert Haas Date: Mon, 14 Mar 2022 17:23:54 -0400 Message-ID: Subject: Re: document the need to analyze partitioned tables To: Tomas Vondra Cc: Justin Pryzby , =?UTF-8?Q?=C3=81lvaro_Herrera?= , yuzuko , "pgsql-hackers@postgresql.org" Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, Jan 21, 2022 at 1:31 PM Tomas Vondra wrote: > [ new patch ] This patch is originally by Justin. The latest version is by Tomas. I think the next step is for Justin to say whether he's OK with the latest version that Tomas posted. If he is, then I suggest that he also mark it Ready for Committer, and that Tomas commit it. If he's not, he should say what he wants changed and either post a new version himself or wait for Tomas to do that. I think the fact that is classified as a "Bug Fix" in the CommitFest application is not particularly good. I would prefer to see it classified under "Documentation". I'm prepared to concede that documentation can have bugs as a general matter, but nobody's data is getting eaten because the documentation wasn't updated. In fact, this is the fourth patch from the "bug fix" section I've studied this afternoon, and, well, none of them have been back-patchable code defects. -- Robert Haas EDB: http://www.enterprisedb.com