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 1nHr2U-0003Y2-D8 for pgsql-hackers@arkaria.postgresql.org; Wed, 09 Feb 2022 17:45:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nHr2S-0004Mo-K2 for pgsql-hackers@arkaria.postgresql.org; Wed, 09 Feb 2022 17:45:56 +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 1nHr2S-0004Mf-8D for pgsql-hackers@lists.postgresql.org; Wed, 09 Feb 2022 17:45:56 +0000 Received: from mail-pf1-x42f.google.com ([2607:f8b0:4864:20::42f]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nHr2P-0001nL-54 for pgsql-hackers@lists.postgresql.org; Wed, 09 Feb 2022 17:45:55 +0000 Received: by mail-pf1-x42f.google.com with SMTP id r19so5550239pfh.6 for ; Wed, 09 Feb 2022 09:45:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=rFUD8+NXGIFcxPTNfwqTiWBWqixk+z8983drM1Mfb1U=; b=SLLWLTbJlWhNsNJFeh4XaLu29dHW+pfgsOojunAYCZ6UouHF94jn+NGdukw4qW4425 4YkxGF8ay6eitnXH2OsxV88OR/esR9hTO6S5VRNSRCf5frG331mfA0AFlDSGuZD/PiAB NyZLZwI2nOhEcFXf+G/0C6b4PrIot5ITSdWxUDAEiAIsla6PJtCqz17GOa8OIcsF8cqu K6D/hmwraGsx56+3Uv/00LzwPEV/EtR9q4FOt0zPh1bPCfDmYy2BlKP9v2CIg5xJiIdw gobhW1w0UtasaQ0c6f8zq+JzWKQdNcojmQ3TFQnVUWnjXcHdHga0Nf6FTsr7pwngpI8v xF6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=rFUD8+NXGIFcxPTNfwqTiWBWqixk+z8983drM1Mfb1U=; b=yrBqPvMqpmXYj5pOpLLtNtLn0AtRTs7m7qBIMEy4J1jW7IjqejMnIV0lYaPNnH5Ck3 f4n/eHIPx5byADmfX3QmZAmmjCtuoXgDio1iXFiKeTIN6rL2nR4PPcAtaJMv+ZDm7TI/ YrlBCoFvq21rWVvZeYSHvCXBSwf4uqbvv6vm7frMsmzLO02y7DXhTlQQg+QDvqG0WpsY Qh0IeT/aYOKHLmng4Uf9+T8cqyJQyIMvv/Z6zyzeC3kRqaLoe6nbWs2FSSqh9sWZ07pC QKgAtjrtbRZLBJDjJAm4cxI+hc0Qs0oq0RdvePASVb2SS0/TSaZ9n307lydkC4RPUCiU rj2g== X-Gm-Message-State: AOAM532+kSFL1NlRTID6P68vU7YE6P0QaKo5gtFLjLv2Uj8vPmmeEImN 1jZWuUEsgO6XbsmVQflK72A= X-Google-Smtp-Source: ABdhPJzhLTG9PgCFmAUjhU3jo2yWYG8cEG+vUsEsBsjLu1zNBKNvT0KsLbh+BsYp0ex1lSwIboDplw== X-Received: by 2002:a05:6a00:158e:: with SMTP id u14mr3382973pfk.38.1644428752048; Wed, 09 Feb 2022 09:45:52 -0800 (PST) Received: from nathanxps13 ([50.54.155.70]) by smtp.gmail.com with ESMTPSA id 11sm6478541pja.36.2022.02.09.09.45.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Feb 2022 09:45:51 -0800 (PST) Date: Wed, 9 Feb 2022 09:45:49 -0800 From: Nathan Bossart To: Robert Haas Cc: Michael Paquier , "Bossart, Nathan" , Fujii Masao , "wangsh.fnst@fujitsu.com" , Andres Freund , Bharath Rupireddy , Greg Sabino Mullane , Tom Lane , "pgsql-hackers@lists.postgresql.org" Subject: Re: make MaxBackends available in _PG_init Message-ID: <20220209174549.GA1627503@nathanxps13> References: <20220127181815.GA551692@nathanxps13> <20220201223640.GA739804@nathanxps13> <20220204055457.GA1335041@nathanxps13> <20220204201349.GA1534137@nathanxps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, Feb 08, 2022 at 04:12:26PM -0500, Robert Haas wrote: > After some investigation I've determined that it's no longer Friday > afternoon. This matches my analysis. > I also spent time investigating whether the patch had > problems that would make me uncomfortable with the idea of committing > it, and I did not find any. So, I committed it. Thanks! -- Nathan Bossart Amazon Web Services: https://aws.amazon.com