Re: [WIP] pg_ping utility
Phil Sorber <phil@omniti.com>
From: Phil Sorber <phil@omniti.com>
To: Erik Rijkers <er@xs4all.nl>
Cc: Michael Paquier <michael.paquier@gmail.com>, Bruce Momjian <bruce@momjian.us>, Alvaro Herrera <alvherre@2ndquadrant.com>, Dimitri Fontaine <dimitri@2ndquadrant.fr>, Peter Eisentraut <peter_e@gmx.net>, PostgreSQL-development Hackers <pgsql-hackers@postgresql.org>
Date: 2012-12-23T15:44:38Z
Lists: pgsql-hackers
Attachments
- pg_isready_bin_v9.diff (application/octet-stream) patch v9
- pg_isready_docs_v9.diff (application/octet-stream) patch v9
On Sun, Dec 23, 2012 at 10:07 AM, Phil Sorber <phil@omniti.com> wrote: > On Sun, Dec 23, 2012 at 9:57 AM, Erik Rijkers <er@xs4all.nl> wrote: >> On Sun, December 23, 2012 15:29, Michael Paquier wrote: >>> >>> Once the 2 small things I noticed are fixed, this patch can be marked as >>> ready for committer. >> >> I wasn't going to complain about it, but if we're going for small things anyway... >> >> The output is now capitalised: >> >> /tmp:6543 - Accepting Connections >> /tmp:6000 - No Response >> >> which looks unusual to me, could we please make it all lower-case? > > I'm not apposed to it in principal. Is that how it is done elsewhere > in the code? If there are no objections from anyone else I will roll > that change in with the others. > >> >> >> TYhanks, >> >> Erik Rijkers >> >> >> >> >> >> -- >> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) >> To make changes to your subscription: >> http://www.postgresql.org/mailpref/pgsql-hackers Updated patch attached.