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 1pfTqN-0005R2-Ub for pgsql-hackers@arkaria.postgresql.org; Thu, 23 Mar 2023 22:55:39 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pfTqL-0006bz-T2 for pgsql-hackers@arkaria.postgresql.org; Thu, 23 Mar 2023 22:55:37 +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 1pfTqL-0006bn-K3 for pgsql-hackers@lists.postgresql.org; Thu, 23 Mar 2023 22:55:37 +0000 Received: from janus.karlpinc.com ([173.161.46.12] helo=smtp.karlpinc.com) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pfTqI-0004L3-SN for pgsql-hackers@postgresql.org; Thu, 23 Mar 2023 22:55:36 +0000 Received: from slate.karlpinc.com (unknown [192.168.1.14]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by smtp.karlpinc.com (Postfix) with ESMTPS id 32BC9A0C3; Thu, 23 Mar 2023 17:55:32 -0500 (CDT) Received: from slate.karlpinc.com (localhost [IPv6:::1]) by slate.karlpinc.com (Postfix) with ESMTPS id 7C1183FB7C; Thu, 23 Mar 2023 17:55:32 -0500 (CDT) Date: Thu, 23 Mar 2023 17:55:30 -0500 From: "Karl O. Pinc" To: Brar Piening Cc: Corey Huinker , Alvaro Herrera , Peter Eisentraut , Tom Lane , vignesh C , Ian Lawrence Barwick , pgsql-hackers Subject: Re: doc: add missing "id" attributes to extension packaging page Message-ID: <20230323175530.2001f237@slate.karlpinc.com> In-Reply-To: <20230323173123.68b5cd8f@slate.karlpinc.com> References: <20230323093555.3icw7zetwtmtrrzu@alvherre.pgsql> <20230323173123.68b5cd8f@slate.karlpinc.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is for the committer, as an FYI. I cut out the portion of the docbook XSLT and diffed it with the code for the same template in the patch. The diff looks like: -- /tmp/sections.xsl 2023-03-22 13:00:33.432968357 -0500 +++ /tmp/make_html_ids_discoverable_v3.patch 2023-03-22 13:03:39.776930603 -0500 @@ -52,5 +52,8 @@ + + + (So, this output would start with line 52 of the template, not from the top of the stock sections.xsl file.) However, I am not really familiar with exactly what flavor of docbook, version, namespace-d or not, etc., that PG uses. So I could be diffing with the wrong thing. Hope this helps and is not just noise. Regards, Karl Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein