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 1nJusi-0001TZ-Ub for pgsql-hackers@arkaria.postgresql.org; Tue, 15 Feb 2022 10:16:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nJush-0007tB-QQ for pgsql-hackers@arkaria.postgresql.org; Tue, 15 Feb 2022 10:16:23 +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 1nJusg-0007t2-Q6 for pgsql-hackers@lists.postgresql.org; Tue, 15 Feb 2022 10:16:23 +0000 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nJusc-0006gl-Lq for pgsql-hackers@postgresql.org; Tue, 15 Feb 2022 10:16:21 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 357873200AF3; Tue, 15 Feb 2022 05:16:16 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Tue, 15 Feb 2022 05:16:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=Bg0qoXnJFrExbAr6s0Icv58HHfm2WhLY6Gp62T8dn bM=; b=ODtQa3FghWM4/mLwfJ07DSdDmM0XBX4ok4YUgfso5xNQLt2f+ku+eTqzi vTGc56q5fNpnnQx/XH75p/k2i2e1ox1O+UauNol4jozZWnWnAePXBpuY4rU6UACz k6Wr4x46WogJsIsLBfkfcE2px6xProH20m75h1lF6mXQBZ5C595K4uV+0vZNeKKe MDHPPF7OfYhMXe13eCbopHbQA566IvQ9su8qcfW3Bsp/a5/wgiAglRXJbCqfU4WU ZVCbcKynE1UM3qRceKD2mQqThkKe6mPSPFL8YiUAdgDptaEIitvaESb19+nuYQHX 5QA8WBjx6GC35z02vqZZ8EhW4Y/ig== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrjeeggdduvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefkffggfgfuvfhfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvghtvghr ucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrh hprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeefjeegheetuefhveevudel ueeftdejteeiffetvdduhfdtieefgfeutedtveeggfenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghuthes vghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 15 Feb 2022 05:16:14 -0500 (EST) Message-ID: Date: Tue, 15 Feb 2022 11:16:12 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: fixing bookindex.html bloat Content-Language: en-US To: Andres Freund Cc: pgsql-hackers@postgresql.org References: <20220213201618.qz6p6noon3wagr3f@alap3.anarazel.de> <20220214230651.pmrgp52aa7p6phzg@alap3.anarazel.de> From: Peter Eisentraut In-Reply-To: <20220214230651.pmrgp52aa7p6phzg@alap3.anarazel.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 15.02.22 00:06, Andres Freund wrote: > On 2022-02-14 23:06:20 +0100, Peter Eisentraut wrote: >> The attached patch cleans up the xhtml namespace declarations properly, I >> think. > > Looks good to me. > > >> For the xlink business, I don't have a better idea than you, so your >> workaround proposal seems fine. > > K. Will you apply your patch, and then I'll push mine ontop? done