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 1nVywc-0007OL-NJ for pgsql-hackers@arkaria.postgresql.org; Sun, 20 Mar 2022 17:02:18 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nVywb-0006tp-Ih for pgsql-hackers@arkaria.postgresql.org; Sun, 20 Mar 2022 17:02:17 +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 1nVywb-0006tg-8a for pgsql-hackers@lists.postgresql.org; Sun, 20 Mar 2022 17:02:17 +0000 Received: from mail-yw1-x112a.google.com ([2607:f8b0:4864:20::112a]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nVywZ-0005W1-Vs for pgsql-hackers@lists.postgresql.org; Sun, 20 Mar 2022 17:02:16 +0000 Received: by mail-yw1-x112a.google.com with SMTP id 00721157ae682-2e5757b57caso134550757b3.4 for ; Sun, 20 Mar 2022 10:02:15 -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=B/eGwBgyX7rmnCYhk/dtHkU5tiu1Wi5Egdpp3b9y6eI=; b=lN7eAmwzr++G1+M057TQ1GyYpCMMooM7tpaNLMiJfPsuOzVfd8s0PrpgmTbIq+5n3D QWnE3OR62ojykcs9uXy6r9BrdODuCkqrWyyb1Nd4M1XPYvMBwHyu/tRsSGCKBG15IYhk R10ckKUs0Pk+9lSCwa8l/y9QwRCrg69N6U+TRmCr334YKNh9l2ZDKG07khujZhMuK4Tq CiusSuF9uBh316u9SVb2krl6ucvR6/7vHgi8SCSnzLy6hY4v9JOKeKRlLKIlqOF1EOkv Quo2bDmUdlGbs7CWBG+/dLV9qpBemvJQYPYjIS4Se1lN8eeqJyFgb4SONJW1tadju0uy yCdg== 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=B/eGwBgyX7rmnCYhk/dtHkU5tiu1Wi5Egdpp3b9y6eI=; b=ngpP/MufRcmRbu0KxsEEQNV06NdXDlza8LxdM816XO7U64AZBH34Sx+76l1OQhzPrY ZxeFBold7wNfi9YSc5mP1SwhS1ooXgYrtxfIROVGi38DFj4l/3WSvkYHWcBNOnfsqCZq E7MTWqiy7XnwSuV6/ZrazDR6ncngOPFX1eHM4XEjT7DA0hUoRgF7YYc2bVda2jB+9Hb2 r3pGoVmMz8AaxiIY7uI38ZvOhJZDsWQje+yh1UaG2UooWlzxv462kZkaYNND6q7uOwL4 lHC9Zibexi4ah6bJR4+GlAKfwEVrgT1xVUYSzaIYQsjjqX2kSjzdJSaEFkQAn3D3ryzg X2Rw== X-Gm-Message-State: AOAM532DSdY2NXAlvpX77Jw7UkZHYNz5czHJKTnLFurAnRNJmKq1BMEC FSTN6SjP7V8durj+XGvMiWi5nnPTOIxDAq6e160= X-Google-Smtp-Source: ABdhPJxaGv9D4ZftHyYF6Q7Y/ll90SV20Wbf39anw42snlbHaFO0ygD768PLjYMrrNJS6o7U1eRTFw1u0SNaeXE9RLM= X-Received: by 2002:a81:e105:0:b0:2d0:6b27:2009 with SMTP id w5-20020a81e105000000b002d06b272009mr20792223ywh.462.1647795733933; Sun, 20 Mar 2022 10:02:13 -0700 (PDT) MIME-Version: 1.0 References: <20220319184811.yblhyw6b6dswnx5o@alap3.anarazel.de> <2f9b95b4-77e4-3036-9207-d4d497a87e62@dunslane.net> In-Reply-To: <2f9b95b4-77e4-3036-9207-d4d497a87e62@dunslane.net> From: Pavel Borisov Date: Sun, 20 Mar 2022 21:02:02 +0400 Message-ID: Subject: Re: Problem with moderation of messages with patched attached. To: Andrew Dunstan Cc: Andres Freund , Dave Page , Postgres hackers Content-Type: multipart/alternative; boundary="00000000000062309105daa957bc" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000062309105daa957bc Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > > =D0=BEf course we could get complaints no matter what level we set the li= mit > at. I think raising it to 2Mb would be a reasonable experiment. If no > observable evil ensues then leave it that way. If it does then roll it > back. I agree that plain uncompressed patches are easier to deal with in > general. > Thanks, Andrew! I think it will be more comfortable now. Pavel. > --00000000000062309105daa957bc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
=D0=BEf course we could get complaints no matter what level we set th= e limit
at. I think raising it to 2Mb would be a reasonable experiment. If no
observable evil ensues then leave it that way. If it does then roll it
back. I agree that plain uncompressed patches are easier to deal with in general.
Thanks, Andrew! I th= ink it will be more comfortable now.

Pavel.
--00000000000062309105daa957bc--