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 1mfjC6-0006y9-8c for pgsql-www@arkaria.postgresql.org; Wed, 27 Oct 2021 13:42: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 1mfjC5-0008J2-6D for pgsql-www@arkaria.postgresql.org; Wed, 27 Oct 2021 13:42:17 +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 1mfjC5-0008Is-09 for pgsql-www@lists.postgresql.org; Wed, 27 Oct 2021 13:42:17 +0000 Received: from mail-lj1-x234.google.com ([2a00:1450:4864:20::234]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mfjC2-0006HZ-A9 for pgsql-www@lists.postgresql.org; Wed, 27 Oct 2021 13:42:16 +0000 Received: by mail-lj1-x234.google.com with SMTP id 205so4748630ljf.9 for ; Wed, 27 Oct 2021 06:42:14 -0700 (PDT) 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=JB5HJohUE8IsCtvSJJPpiLsUjj+sVUSTPrQcc5IU/dQ=; b=oYu0pSrxBWjpciTy/nu1pA7WbKQjMwU+GmDUQhTODPXklgWqC/0a9xbFewVvHIz8xS KB4g2zpTD7VrmcvfCpuhNb2m2sbGGS5nqHWFNEtOy/qtDhOCgD1rIQ5dk0Er13qtA3AM vqbvyGT2AD9gdM5siggTcAXCMXKvct9NEM9ue7sFLlSyEQjoKa/GU+1mbvq+EJVEjbmV Shrl4WZGxm6DDaRjR588H1wxj0Ye15MBP11ZHn3s2vrK1DkcJ0IIY7THQgHZd/+BQNSZ 6fKHwg8WLemJsyVhuL4u1eqMCcMEaJXMFYS3q9XYBu95cPDLggRUHqhvjyqaXkAxww6b 8G1A== 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=JB5HJohUE8IsCtvSJJPpiLsUjj+sVUSTPrQcc5IU/dQ=; b=rcFKwxI0sotuLm0wA96bIMOhuAAkA2dWGtIPJ0JRN7BbbbXsC0KbzP6PfYP60Gaivf SumytMFfoe5wvLHfgcLI9CoBMIZiCFVGkd/BcqyE/qpxrKCk9hWlJfs6wGp7HcsXT5nW 1q2NjuJ4TbtcuT66dvRmEr02DaM0Zt1mazns9ouFUGeTTqNYeoPzJPnvMrE9bgshrEjS t87IjDlthUSzVU2g6bmC0xiwuEpf/mXjsx9xhFwujJfYWgoVWwGiSYstOqiqDsRdXAp2 zm5nhMJLCLl9P8KoLJOB2TN0PlUbCKKFugW0hbQg/sGfaIJZ+JILbOMvZ4KPK/y9cou/ Bwfg== X-Gm-Message-State: AOAM533Bp9R+zenjUKSL2esGYsQlcO59z0xwa5ar1k6fPit+cH5u+Be8 GMy4YHQLsJGrBVLCWdBom+hBh6NBQLKa0kK/aKjtIVD1elw= X-Google-Smtp-Source: ABdhPJxGybRWDbP4Po6zXWF6yyzllWllGT8Xm9Iv56RCddHCxFKHftO0PdF9hbkk8RanXWX4R8tuFjXyGk2PT9uqu+8= X-Received: by 2002:a2e:90c9:: with SMTP id o9mr32313290ljg.115.1635342131271; Wed, 27 Oct 2021 06:42:11 -0700 (PDT) MIME-Version: 1.0 References: <12a52385-ccd5-717d-1d3d-5748ed39f3bd@cmatte.me> In-Reply-To: From: Magnus Hagander Date: Wed, 27 Oct 2021 15:42:00 +0200 Message-ID: Subject: Re: [PATCH] pgarchives: Allow use of IP ranges for SEARCH_CLIENTS To: =?UTF-8?Q?C=C3=A9lestin_Matte?= Cc: PostgreSQL WWW Content-Type: multipart/alternative; boundary="000000000000d2302d05cf55c287" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000d2302d05cf55c287 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Oct 25, 2021 at 5:25 PM C=C3=A9lestin Matte wrote: > Attached > LGTM. Applied, thanks! --=20 Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/ --000000000000d2302d05cf55c287 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Oct 25, 2021 at 5:25 PM C=C3=A9le= stin Matte <celestin.matte@c= matte.me> wrote:
Attached

=
LGTM. Applied, thanks!
=C2=A0
--
=C2=A0Magnus Hagander<= br>=C2=A0Me: https:/= /www.hagander.net/
=C2=A0Work: https://www.redpill-linpro.com/
--000000000000d2302d05cf55c287--