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 1u7epa-003ON1-4r for pgsql-general@arkaria.postgresql.org; Wed, 23 Apr 2025 18:28:22 +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 1u7epX-008mfy-Qi for pgsql-general@arkaria.postgresql.org; Wed, 23 Apr 2025 18:28:20 +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 1u7epX-008mfX-FR for pgsql-general@lists.postgresql.org; Wed, 23 Apr 2025 18:28:20 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u7epW-001Ztk-0I for pgsql-general@lists.postgresql.org; Wed, 23 Apr 2025 18:28:19 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 53NISGHj1430374; Wed, 23 Apr 2025 14:28:16 -0400 From: Tom Lane To: Daniel Gustafsson cc: Laurenz Albe , Igor Korot , "pgsql-generallists.postgresql.org" Subject: Re: Another documentation issue In-reply-to: <4B9E0CAC-FB06-4F35-8C77-33AEA7F741B7@yesql.se> References: <03763b6b43cfd8a7194c2fb06452178db4256494.camel@cybertec.at> <4B9E0CAC-FB06-4F35-8C77-33AEA7F741B7@yesql.se> Comments: In-reply-to Daniel Gustafsson message dated "Wed, 23 Apr 2025 11:14:13 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1430372.1745432896.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 23 Apr 2025 14:28:16 -0400 Message-ID: <1430373.1745432896@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: >> On 23 Apr 2025, at 09:16, Laurenz Albe wrote= : >> On Wed, 2025-04-23 at 00:21 -0500, Igor Korot wrote: >>> No explanation of what is "supported system" is given... >> 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. >> From memory it's supported on FreeBSD, NetBSD and Linux with Windows, m= acOS and > OpenBSD not supporting it. Assuming I'm not completely wrong (a 1 minut= e > 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. If we do anything about this, I'd just say "systems that have posix_fadvise()". If we write something more specific it's likely to become obsolete, and it doesn't seem to me that it's hard for someone to research "does my box have posix_fadvise()?". regards, tom lane