public inbox for [email protected]
help / color / mirror / Atom feedFrom: Bruce Momjian <[email protected]>
To: Peter Eisentraut <[email protected]>
Cc: [email protected]
Subject: Re: TODO build rule
Date: Fri, 15 Aug 2008 20:22:09 -0400 (EDT)
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
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 @@
> <h1><a name="section_2">Administration</a></h1>
>
> <ul>
> - <li>-<em>Allow administrators to safely terminate individual sessions either</em>
> + <li>-Allow administrators to safely terminate individual sessions either
> via an SQL function or SIGTERM
> </li><li>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 <em> 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 "<em>":
sed 's/^\(\* -\)\(.*\)$/\1*\2*/' |
sed 's/^\([ ][ ]*o -\)\(.*\)$/\1*\2*/' |
Is there some 'sed' incompatibility there?
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
view thread (6+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: TODO build rule
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox