Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vcBSm-002pCh-0J for pgsql-docs@arkaria.postgresql.org; Sat, 03 Jan 2026 23:55:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vcBSk-00EH0v-2N for pgsql-docs@arkaria.postgresql.org; Sat, 03 Jan 2026 23:55:15 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vcBSk-00EH0n-1F for pgsql-docs@lists.postgresql.org; Sat, 03 Jan 2026 23:55:15 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vcBSi-0043CW-11 for pgsql-docs@lists.postgresql.org; Sat, 03 Jan 2026 23:55:14 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id AB62A51B8E4 for ; Sun, 04 Jan 2026 00:55:06 +0100 (CET) Received: from s899.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 9B13851B546; Sun, 04 Jan 2026 00:55:06 +0100 (CET) Received: from localhost (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id 9748E2C8B963; Sun, 04 Jan 2026 00:55:06 +0100 (CET) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s898.loopia.se (amavis); dkim=pass (2048-bit key) header.d=proxel.se Received: from s934.loopia.se ([172.22.191.6]) by localhost (s898.loopia.se [172.22.190.17]) (amavis, port 10024) with LMTP id qIK31uy2J8Hn; Sun, 4 Jan 2026 00:55:06 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: andreas@proxel.se X-Loopia-Originating-IP: 147.28.75.140 Received: from [192.168.0.121] (customer-147-28-75-140.stosn.net [147.28.75.140]) (Authenticated sender: andreas@proxel.se) by s934.loopia.se (Postfix) with ESMTPSA id E70947CEA77; Sun, 04 Jan 2026 00:55:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1767484506; bh=2j1ybUe4UHYEL1HsvdJec0MK4uJmPJbdqpKi3TGznbY=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=om8NvmT2aBQTiXT6i+nkkKqbU7Y5jFxjs93btkdMXiJMtkyzcjx0fF+gAqlj86hmD 5/xtaFPksAv9sRQigqKh1zCo3SU91GK6t63CPa+PURWsyt1/8IN6+pDvMS5koW/WlS Ac1FU7k7ZCmT5A+rnOQt+b9XNH3RGu1OHr/mgYfkKrCgsgtqDdPicXtf1I02fpRf9t HLMhNWkMV+JJSFoht6iER1NwAw9SOakyB73wWO0p+TuVT7ephQpzNOcgBrK8REZox1 iZLZImcZO7PJ+GyeuaVyFb39K2XWrSm8mgc2e9JqFOpFr62XF7nLuk7MOXpRaS1+Df 5iBpIGxIiOwRw== Message-ID: Date: Sun, 4 Jan 2026 00:55:05 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Parallelizing startup with many databases To: Jelte Fennema-Nio , pgsql-docs@lists.postgresql.org Cc: Babak Ghadiri References: <0def7076-40b4-485a-83e7-d0dd1e31a472@proxel.se> From: Andreas Karlsson Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 1/4/26 12:26 AM, Jelte Fennema-Nio wrote: > If we move the GUC in the documentation shouldn't we also move it in postgresql.conf.sample? The sections in the documentation and the sections in the sample config file seem to be the same. Andreas