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 1vqaRW-00DmMp-22 for pgsql-bugs@arkaria.postgresql.org; Thu, 12 Feb 2026 17:25:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vqaRV-00A8bC-2k for pgsql-bugs@arkaria.postgresql.org; Thu, 12 Feb 2026 17:25: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.96) (envelope-from ) id 1vqaRV-00A8b3-1v for pgsql-bugs@lists.postgresql.org; Thu, 12 Feb 2026 17:25:30 +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.98.2) (envelope-from ) id 1vqaRT-00000000Jq9-2zNU for pgsql-bugs@lists.postgresql.org; Thu, 12 Feb 2026 17:25:29 +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 61CHPP6X297968; Thu, 12 Feb 2026 12:25:25 -0500 From: Tom Lane To: hofstetter@jomasoft.ch cc: pgsql-bugs@lists.postgresql.org Subject: Re: BUG #19404: manpages are missing in 18.x source.tar.gz In-reply-to: <19404-b4e0349be603f15d@postgresql.org> References: <19404-b4e0349be603f15d@postgresql.org> Comments: In-reply-to PG Bug reporting form message dated "Thu, 12 Feb 2026 16:46:40 +0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <297966.1770917125.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 12 Feb 2026 12:25:25 -0500 Message-ID: <297967.1770917125@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk PG Bug reporting form writes: > -bash-5.1$ ls -l postgresql-18.2/doc/src/sgml/man1/. > postgresql-18.2/doc/src/sgml/man1/.: No such file or directory This is an intentional change in our distribution process in v17 and later: the tarballs are now just images of our git repo, without any derived files. > the files are there in 17.x Not unless you built them locally. They are certainly not in my copy of that tarball: $ tar tvfj postgresql-17.8.tar.bz2 | grep /man -rw-rw-r-- root/root 23923 2026-02-09 16:51 postgresql-17.8/doc/src/sg= ml/manage-ag.sgml regards, tom lane