Re: pgsql: Add TCP keepalive support to libpq.

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Robert Haas" <robertmhaas@gmail.com>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Simon Riggs" <simon@2ndquadrant.com>, "Florian Pflug" <fgp@phlo.org>, <pgsql-hackers@postgresql.org>, "Robert Haas" <rhaas@postgresql.org>
Date: 2010-06-25T13:34:25Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:
 
> Here's an attempt at rewording the sections so that the
> information is included in each parameter's description without
> taking up a whole sentence.
> 
> Thoughts?
 
It makes the point without beating one over the head with it.  I
particularly like the way this patch moves the main point of the
parameter to the front, with all the conditions under which it might
be ignored pushed farther back.  It reads much better that way, at
least for me.
 
-Kevin