Received: from localhost (maia-3.hub.org [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 874DF9FA2B2 for ; Wed, 18 Jul 2007 04:38:19 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 71926-05 for ; Wed, 18 Jul 2007 04:38:09 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id D3D809FA297 for ; Wed, 18 Jul 2007 04:38:12 -0300 (ADT) Received: by svr2.hagander.net (Postfix, from userid 1000) id 73E1CDCCBEA; Wed, 18 Jul 2007 09:38:10 +0200 (CEST) Date: Wed, 18 Jul 2007 09:38:10 +0200 From: Magnus Hagander To: Bruce Momjian Cc: PostgreSQL www Subject: Re: problem with backend flowchart Message-ID: <20070718073810.GD2793@svr2.hagander.net> References: <200706301423.l5UENiZ13779@momjian.us> <200707172329.l6HNT1o00836@momjian.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707172329.l6HNT1o00836@momjian.us> User-Agent: Mutt/1.5.11 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200707/24 X-Sequence-Number: 12171 On Tue, Jul 17, 2007 at 07:29:01PM -0400, Bruce Momjian wrote: > Second request: Someone reported that the backend links from the > flowchart on this page are not valid: > > http://www.postgresql.org/developer/ext.backend.html > > Any ideas how to fix this? sorry, got stuck on my TODO list. Was a bug in the link translation code on the website. Should be fixed now, will be on the next sitebuild. Let's hope I didn't break anything else (the code is shared with the FAQ generation code, so if that breaks, this is why) //Magnus