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 1pfTT2-0004QM-VB for pgsql-hackers@arkaria.postgresql.org; Thu, 23 Mar 2023 22:31:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pfTT1-0000h6-Pg for pgsql-hackers@arkaria.postgresql.org; Thu, 23 Mar 2023 22:31:31 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pfTT1-0000gw-G6 for pgsql-hackers@lists.postgresql.org; Thu, 23 Mar 2023 22:31:31 +0000 Received: from janus.karlpinc.com ([173.161.46.12] helo=smtp.karlpinc.com) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pfTSy-0001Sl-Fp for pgsql-hackers@postgresql.org; Thu, 23 Mar 2023 22:31:31 +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) server-digest SHA256) (No client certificate requested) by smtp.karlpinc.com (Postfix) with ESMTPS id 8D0ACA0C3; Thu, 23 Mar 2023 17:31:25 -0500 (CDT) Received: from slate.karlpinc.com (localhost [IPv6:::1]) by slate.karlpinc.com (Postfix) with ESMTPS id 518C33FB7C; Thu, 23 Mar 2023 17:31:25 -0500 (CDT) Date: Thu, 23 Mar 2023 17:31:23 -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: <20230323173123.68b5cd8f@slate.karlpinc.com> In-Reply-To: References: <20230323093555.3icw7zetwtmtrrzu@alvherre.pgsql> 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 Hi Brar, It occurs to me that I had not actually tested the way the anchor is put only after the last term in a varlistentry. (The code looked obviously right and should work if any varlistentry terms have anchors, which they do, but....) Have you tested this? If not, catalog.sgml, the DEPENDENCY_PARTITION_SEC term is a 2nd term and usable for at test case. But, at the moment there are no ids for any of these varlistentries so you'd have to hack them in. Apologies for missing this. Regards, Karl Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein