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 1ljkyf-0005og-2d for pgsql-hackers@arkaria.postgresql.org; Thu, 20 May 2021 15:52:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ljkyc-0007PF-U1 for pgsql-hackers@arkaria.postgresql.org; Thu, 20 May 2021 15:52:46 +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 1ljkyc-0007Oy-L1 for pgsql-hackers@lists.postgresql.org; Thu, 20 May 2021 15:52:46 +0000 Received: from mail-wr1-x436.google.com ([2a00:1450:4864:20::436]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ljkya-0007Uu-Dw for pgsql-hackers@lists.postgresql.org; Thu, 20 May 2021 15:52:46 +0000 Received: by mail-wr1-x436.google.com with SMTP id r12so18197254wrp.1 for ; Thu, 20 May 2021 08:52:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cybertec.at; s=cybertec.at; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=sM/jV+XnJFTK6r7WxRaFXsXQs2OE+pku0J4/PghXxJQ=; b=Q8KlvsVPJ9drK78KQRbOeMj4xS7IegGKeQy3WgeQycNYjSeZjZPkob+jRJbPWQyR/F yS7e2WofUAZ8tjC3YTSEkY9pTrg/H0a5x/paokfp19dZUjKqYA8Bx6wsVeCuzNGR99N9 jvnauFhb3WNkhm0+PH1PwGYYGbeVzI7/KN3UI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=sM/jV+XnJFTK6r7WxRaFXsXQs2OE+pku0J4/PghXxJQ=; b=nXXgVd1YXvralK+UNHeOP0igFCmdzcDvx9rR0nWrQASvqj3TgJwqwGVkKeRPn7wz8z fAyVxKzMhd7PVbzE/9Ul2ZtphS5n9OWYEVttoqrdluvWjTwufeYeWZJTshZ1P7YKr51F 4JJpBg9XZMkaluAnaetEDtgLBVIiXcBNLmOnaRvFlvG2q/suVxq7UwZOZDig+vlrjjmb bt/yj2wuFK/tr4o2I9m+QLnZkIop0vxMWVMQ+ogdvoQcj+gBNn7ZR2fC70pxb5BKlRt5 qiitxWAWoUdcFQtxMJgY9ijN+uCjuhqtFZBkwvj+Cu7pW8nTbXg1J0FogFxAd4cNKA59 8hMw== X-Gm-Message-State: AOAM530puM3cSHtT5iqGpoEJMLPc+q5U9bGT81/2zW3izC+POqyt7tuq vU4vFO83vHOsiyzhNi1LsCbbrw== X-Google-Smtp-Source: ABdhPJxpl81A6dbGcFHKs/3PU+CAb4k8S9XuzLxXUtJAXnFwJUzskgXkjZ/O/zKipMihGYFriywFQA== X-Received: by 2002:a05:6000:186a:: with SMTP id d10mr5135619wri.41.1621525963063; Thu, 20 May 2021 08:52:43 -0700 (PDT) Received: from localhost.localdomain (217-149-171-186.nat.highway.telekom.at. [217.149.171.186]) by smtp.gmail.com with ESMTPSA id q3sm3493385wrr.43.2021.05.20.08.52.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 08:52:42 -0700 (PDT) Message-ID: Subject: Re: Update maintenance_work_mem/autovacuum_work_mem to reflect the 1GB limitation with VACUUM From: Laurenz Albe To: =?ISO-8859-1?Q?Mart=EDn_Marqu=E9s?= , pgsql-hackers@lists.postgresql.org Date: Thu, 20 May 2021 17:52:38 +0200 In-Reply-To: <1c6fa18692a77ff6098dedc0c150df24ffe9db89.camel@cybertec.at> References: <1c6fa18692a77ff6098dedc0c150df24ffe9db89.camel@cybertec.at> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 (3.36.5-2.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, 2021-05-05 at 12:03 +0200, Laurenz Albe wrote: > On Mon, 2021-05-03 at 13:48 -0300, Martín Marqués wrote: > > We should add a line that indicates that there is a limitation (that > > should be IMO, backported to documentation of earlier versions as it > > affects all supported versions), at least until such limitation is > > lifted. > > Here is a patch for that Just sending a reply to -hackers so I can add it to the commitfest. Yours, Laurenz Albe