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 1mkm7e-0001Zm-BZ for pgsql-www@arkaria.postgresql.org; Wed, 10 Nov 2021 11:50:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mkm7c-0004nu-KE for pgsql-www@arkaria.postgresql.org; Wed, 10 Nov 2021 11:50:32 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkm7c-0004nj-D3 for pgsql-www@lists.postgresql.org; Wed, 10 Nov 2021 11:50:32 +0000 Received: from mail-lf1-x12c.google.com ([2a00:1450:4864:20::12c]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mkm7Z-0004LZ-RF for pgsql-www@lists.postgresql.org; Wed, 10 Nov 2021 11:50:31 +0000 Received: by mail-lf1-x12c.google.com with SMTP id l22so5325559lfg.7 for ; Wed, 10 Nov 2021 03:50:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander-net.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KOwoc6w1Kq0yKu20WK7WnY32p0FQjCosWhm/4ucy0+w=; b=ryTrET5iynS8ed4maaA4CEX8nME3a0Wd1FUmA+AyvirLUP4jAHw15uLzN8CxU2Umn3 M0TrIlBFwZOtQf+4y97VIiaNpsw6dO7zxsFbueTKyslqfOfmjgv8VjVaSa69ptn4G2ZH 8/YIRjydFfSq7w82ZvnrmtAd/0HJD7X8Hie0BTmEKu2Uxi8k/Mlq7sRYnaJerWnP5QsQ wDEWawnNWJOzz5OSIoIG1mUP+1r0/RWXLmfbkZvZ/zisaPlvX9q2Qqk2blzjSnW364dc z1AzD1W+F+YVSoptNC0jlPPVg5lYjBxuL/uCC7eX/orcGsfGgvhtMmNXBpwISbv8wani DSUA== 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=KOwoc6w1Kq0yKu20WK7WnY32p0FQjCosWhm/4ucy0+w=; b=0qq9D1WNmG+/Ormi9wdCUvBiDWof/BTwOE6fUK87dmKGznWpETTTHj6z98FqVInS8W oM3U021imMuCTZE3TXpeoNjIcDtB2b8glpQ3TDNeF3SqfMiniZ8CztbxKU0d/yHK/41J FcE+bUZODpM+MoEh+fu4f+OX9clEfonnxUzWDDFwNSrLuM1JBUQdA2pU1RAhyi1tEMGr 3q7B35WQZhE+AXFy3dLNolBs+DWXC4vHvafIGtX3Gjw1X9isQ2/pfGNE2A5F/iEFg78h FBocuVYsD/WTzwzGHXcAC8O1xii5wgvu4sbTZzG9ShjWqwXqV9hs14fbOeBiGuGWFyx8 m7zw== X-Gm-Message-State: AOAM532zbq6wsf8yBee2S+RRm7RhMyQxLIfmX/LNosbJlD3O95ik9bnY N07bIRdsERvnMQX7agUxsh9C/Pjh/xNw0f0fyepUGhXZWbrC2n0+ X-Google-Smtp-Source: ABdhPJzqq6zDbLV2uiZz4Ii/NYIxYPsQ11Yy+0fAo7TJq0OESowvnYA1UNMddfScuwGsLtrPClBBX2etcf1N6WIota0= X-Received: by 2002:ac2:424e:: with SMTP id m14mr13907470lfl.176.1636545028266; Wed, 10 Nov 2021 03:50:28 -0800 (PST) MIME-Version: 1.0 References: <4498b139-27f4-6554-03a3-4785982f7bc1@cmatte.me> In-Reply-To: <4498b139-27f4-6554-03a3-4785982f7bc1@cmatte.me> From: Magnus Hagander Date: Wed, 10 Nov 2021 12:50:16 +0100 Message-ID: Subject: Re: [PATCH] pglister: Add example script to import from mailman To: =?UTF-8?Q?C=C3=A9lestin_Matte?= Cc: pgsql-www@lists.postgresql.org Content-Type: multipart/alternative; boundary="00000000000011b3e905d06dd58d" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000011b3e905d06dd58d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Nov 3, 2021 at 8:15 PM C=C3=A9lestin Matte wrote: > > -- > C=C3=A9lestin Matte This script makes a connection between the pglister and pgarchives code which I'm not sure we want to "codify" quite so clearly. I think it might for that reason be better suited for a wiki page or such? It also makes a lot of assumptions about paths etc -- which would be OK for a sample on a wiki page, but if we *do* want to makt it into a "proper part of the codebase", it needs to be more generic. --=20 Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/ --00000000000011b3e905d06dd58d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Wed, Nov 3, 2021 at 8:15 PM C=C3=A9les= tin Matte <celestin.matte@cm= atte.me> wrote:

--
C=C3=A9lestin Matte

This script ma= kes a connection between the pglister and pgarchives code which I'm not= sure we want to "codify" quite so clearly. I think it might for = that reason be better suited for a wiki page or such?

<= div>It also makes a lot of assumptions about paths etc -- which would be OK= for a sample on a wiki page, but if we *do* want to makt it into a "p= roper part of the codebase", it needs to be more generic.
--
=
=C2=A0Magnus Hagander
=C2=A0Me: https://www.hagander.net/
=C2=A0Work: https://www.redpill-linp= ro.com/
--00000000000011b3e905d06dd58d--