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.94.2) (envelope-from ) id 1u7WBb-000kRr-Cq for pgsql-general@arkaria.postgresql.org; Wed, 23 Apr 2025 09:14:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1u7WBZ-004nZr-KQ for pgsql-general@arkaria.postgresql.org; Wed, 23 Apr 2025 09:14:30 +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.94.2) (envelope-from ) id 1u7WBZ-004nZf-6i for pgsql-general@lists.postgresql.org; Wed, 23 Apr 2025 09:14:30 +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 1u7WBX-001VdT-0i for pgsql-general@lists.postgresql.org; Wed, 23 Apr 2025 09:14:29 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 2280C3671D3 for ; Wed, 23 Apr 2025 11:14:25 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 11DB5367527; Wed, 23 Apr 2025 11:14:25 +0200 (CEST) Received: from s474.loopia.se (unknown [172.22.191.6]) by s979.loopia.se (Postfix) with ESMTP id 0F47310BC4BA; Wed, 23 Apr 2025 11:14:25 +0200 (CEST) X-Virus-Scanned: amavisd-new 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: s474.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s981.loopia.se ([172.22.191.6]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with UTF8LMTP id H-aQ4JyY4L-w; Wed, 23 Apr 2025 11:14:24 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 90.229.0.9 Received: from smtpclient.apple (unknown [90.229.0.9]) (Authenticated sender: daniel@yesql.se) by s981.loopia.se (Postfix) with ESMTPSA id 5379E22B179B; Wed, 23 Apr 2025 11:14:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1745399664; bh=y4uA+WkY32xM8hMN4ieioWUx5vicL1+l7c6DUQrvjAg=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=g091R8XUZzXBY1sGlGPxl7yKJyu6L6CNGGcLrHzD4SeSDTapaou99DNEliUkvacfO aJMrzt6V7qFX/YbFh8KdHl9nbyw812jkiRZsE5D5MmCgiYjhKo3D0EH9xm6ZxspXOE Vs2T/n8jMxi+O1YkC5EkErVMo71cfiqfuWWiYMNhH/mIVXO7pWV86/NhB3RkBJy19E ywAQEKxZdlRbMG0HR51LQhd4C9hEVDvHvteNWbC4pIKVm9B2NXnEfmHv1Cr3orfcT+ OrqMQAh2VOZd1rV4rf/A4CSKw+ApX0DheZjk7YbAyOiC8ggANF7PlXtqLDOVdwvA7p YaMzY2dONAaTg== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: Another documentation issue From: Daniel Gustafsson In-Reply-To: <03763b6b43cfd8a7194c2fb06452178db4256494.camel@cybertec.at> Date: Wed, 23 Apr 2025 11:14:13 +0200 Cc: Igor Korot , "pgsql-generallists.postgresql.org" Content-Transfer-Encoding: quoted-printable Message-Id: <4B9E0CAC-FB06-4F35-8C77-33AEA7F741B7@yesql.se> References: <03763b6b43cfd8a7194c2fb06452178db4256494.camel@cybertec.at> To: Laurenz Albe X-Mailer: Apple Mail (2.3776.700.51.11.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 23 Apr 2025, at 09:16, Laurenz Albe = wrote: > On Wed, 2025-04-23 at 00:21 -0500, Igor Korot wrote: >> However, this page >> = https://www.postgresql.org/docs/current/runtime-config-resource.html#GUC-E= FFECTIVE-IO-CONCURRENCY >> describes both default and mn/max, however t s says: >>=20 >> [quote] >> The default is 1 on supported systems, otherwise 0 >> [/quote]] >>=20 >> No explanation of what is "supported system" is given... >>=20 >> And the same can be said about >> = https://www.postgresql.org/docs/current/runtime-config-resource.html#GUC-M= AINTENANCE-IO-CONCURRENCY. >=20 > According to the source, it is "systems that have posix_fadvise()". = We could document that, > but I don't know if it would help many people. I am not sure how easy = and feasible it is > to research which versions of which operating systems qualify. =46rom memory it's supported on FreeBSD, NetBSD and Linux with Windows, = macOS and OpenBSD not supporting it. Assuming I'm not completely wrong (a 1 = minute search shows it's in the ballpark) we could perhaps add something like "Unsupported platforms include (but isn't limited to) Windows and macOS" = which would provide a bit more clarity. -- Daniel Gustafsson