Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 663DE650327 for ; Fri, 15 Aug 2008 21:24:44 -0300 (ADT) Received: from postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 40366-01 for ; Fri, 15 Aug 2008 21:24:17 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from momjian.us (momjian.us [70.90.9.53]) by postgresql.org (Postfix) with ESMTP id 1C45965037B for ; Fri, 15 Aug 2008 21:22:09 -0300 (ADT) Received: (from bruce@localhost) by momjian.us (8.11.6/8.11.6) id m7G0M9u28854; Fri, 15 Aug 2008 20:22:09 -0400 (EDT) From: Bruce Momjian Message-Id: <200808160022.m7G0M9u28854@momjian.us> Subject: Re: TODO build rule In-Reply-To: <200808121300.18475.peter_e@gmx.net> To: Peter Eisentraut Date: Fri, 15 Aug 2008 20:22:09 -0400 (EDT) CC: pgsql-docs@postgresql.org X-Mailer: ELM [version 2.4ME+ PL124 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200808/6 X-Sequence-Number: 4946 Peter Eisentraut wrote: > I tried building TODO.html from TODO according to the description in > doc/src/FAQ/README, but saw the following kind of difference repeating: > > @@ -24,7 +24,7 @@ >

Administration

> >
    > -
  • -Allow administrators to safely terminate individual sessions either > +
  • -Allow administrators to safely terminate individual sessions either > via an SQL function or SIGTERM >
  • Check for unreferenced table files created by transactions that were > in-progress when the server terminated abruptly > > Apparently, there is a piece of code missing that adds these tags around > the done items. Bruce, do you have this code, and can you add it to the README? These two lines in pgsql/src/tools/TODO2html should be adding "*"s which is then interpreted as "": sed 's/^\(\* -\)\(.*\)$/\1*\2*/' | sed 's/^\([ ][ ]*o -\)\(.*\)$/\1*\2*/' | Is there some 'sed' incompatibility there? -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. +