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 1ms9MT-0007N4-3m for pgsql-www@arkaria.postgresql.org; Tue, 30 Nov 2021 20:04:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ms9MQ-0006Hl-Pm for pgsql-www@arkaria.postgresql.org; Tue, 30 Nov 2021 20:04:18 +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 1ms9MQ-0006Hc-GE for pgsql-www@lists.postgresql.org; Tue, 30 Nov 2021 20:04:18 +0000 Received: from mail-lj1-x233.google.com ([2a00:1450:4864:20::233]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ms9MM-0001ey-HM for pgsql-www@lists.postgresql.org; Tue, 30 Nov 2021 20:04:17 +0000 Received: by mail-lj1-x233.google.com with SMTP id 207so43316129ljf.10 for ; Tue, 30 Nov 2021 12:04:14 -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=XB7C4Xm2Ypy7hLSoJgHa6lVUzb5TULkM83voGWtSSe0=; b=kH7HofeaOK/NiT28snJY8Ea0Cj2QUT1MDcUBJtNMw6AH8yEF+uqtbJnFNVFChFqEhg USWEQxyExe+ER+vlYr3M80RAHVnhg+EW9lom0Gac52DUKzmWyMP/D8t7CcXOH+RKpsvl iCiPn21/Et7y/bTql9RHGpeKBhaYG7IxzeKycrAdmHJFZYQT2cG8hsCiFRFKO1mPzOiO N+EAApeuZQUo3wRhR2qeuFQX4P9WurPERxFempbg394MZ0HumsXYXFvtbhOiaN/iXhbW bdf1UHDDMDOG3iELN3x7UtKZo1zQHdQsBSRgdTimnSDqYP3c24tSu2qUebH17n9PvVNo 0T5A== 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=XB7C4Xm2Ypy7hLSoJgHa6lVUzb5TULkM83voGWtSSe0=; b=CXV6svmmHbhCtiK7/Gf7xEHU4dTbQG0nVK+cJwBYhEcV1dky8fP+JHvo8FoRakP5NT lrSChfOgCsK2XyzjdhkavfUVK7fMBLBZ9ThUf+LVnAG1cvE9+4j8Dyjr9LdM/iPQQR7a PiDi8QhmS2EtFOl9Oxyx/Ex5t1fUpZvZvUcOOa+qK3CPIkkG2dVP0xFPtA8LhyOxD2f6 80xHvgTbzr4hJiD3Z39IpTVpVC3gNVFwpCLwqYx/V5ACzPs9uWiZ7JpSGD4nt85Le2UX thBhqFe0yoWH10mwJ5pTrnOQzET9uXFeEnRSHyk1x+tETc8OvsFsFDs9Q1paFQzFOaSp Sjog== X-Gm-Message-State: AOAM532zfHr5QslBB6PPErYk5d8Mz1qr2p7dd81AxS+k/HTviSXJfdNV tYAp7nIys0QE9bgbuFfL4CbQbUUGjLY+1wnYFZnCcQ== X-Google-Smtp-Source: ABdhPJwd3YEce0yEm9u1isg+bnPUK60n9V+uJ58jqT4dVVFyPkziribW0DOpSoe/zpYp5IuoDWXBmpBEgyQTfI8T7jM= X-Received: by 2002:a2e:a27c:: with SMTP id k28mr1118415ljm.98.1638302651946; Tue, 30 Nov 2021 12:04:11 -0800 (PST) MIME-Version: 1.0 References: <12a52385-ccd5-717d-1d3d-5748ed39f3bd@cmatte.me> <5a79fc3e-cfc5-92c8-cc01-561acf6a817d@cmatte.me> In-Reply-To: <5a79fc3e-cfc5-92c8-cc01-561acf6a817d@cmatte.me> From: Magnus Hagander Date: Tue, 30 Nov 2021 21:04:00 +0100 Message-ID: Subject: Re: [PATCH] pgarchives: Allow use of IP ranges for SEARCH_CLIENTS To: =?UTF-8?Q?C=C3=A9lestin_Matte?= Cc: pgsql-www@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000009aaba205d2070fc4" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000009aaba205d2070fc4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Nov 4, 2021 at 5:40 PM C=C3=A9lestin Matte wrote: > It makes sense to do the same thing for API_CLIENTS, a similar variable. > See patch attached. > > Yup, seems reasonable -- I missed that as well in the first submission. Applied, thanks! --=20 Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/ --0000000000009aaba205d2070fc4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Thu, Nov 4, 2021 at 5:40 PM C=C3= =A9lestin Matte <celestin.ma= tte@cmatte.me> wrote:
It makes sense to do the same thing for API_CLIENTS, a similar= variable. See patch attached.


Yup,= seems reasonable -- I missed that as well in the first submission.

Applied, thanks!=C2=A0

--
<= div dir=3D"ltr" class=3D"gmail_signature">
=C2=A0Magnu= s Hagander
=C2=A0Me: https://www.hagander.net/
=C2=A0Work: https://www.redpill-linpro.com/
--0000000000009aaba205d2070fc4--