Re: [WIP] pg_ping utility

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [WIP] pg_ping utility
Дата
Msg-id CAB7nPqTTPpSxtgUBPR1_HCdWKam1FNTSLE1UhVJRmeqEwP6ZgQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [WIP] pg_ping utility  (Phil Sorber <phil@omniti.com>)
Ответы Re: [WIP] pg_ping utility
Re: [WIP] pg_ping utility
Список pgsql-hackers


On Sat, Dec 22, 2012 at 4:07 AM, Phil Sorber <phil@omniti.com> wrote:

Added new version with default verbose and quiet option. Also updated
docs to reflect changes.
Thanks for the updated patches.

Here is the status about the binary patch:
- Code compiles without any warnings
- After testing the patch, it behaves as expected, default option is now verbose, the output can be hidden using -q or --quiet
However, I still have the following comments:
- in pg_isready.c, the function "help" needs to be static.
- the list of options called with getopt_long should be classified in alphabetical order (the option q is not at the correct position)
d:h:p:U:qV => d:h:p:qU:V

Then, about the doc patch:
- docs compile correctly (I did a manual check)
- I am not a native English speaker, but the docs look correct to me. There are enough examples and description is enough. No problems either with the sgml format.

Once the 2 small things I noticed are fixed, this patch can be marked as ready for committer.
Thanks,
--
Michael Paquier
http://michael.otacoo.com

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Review of Row Level Security
Следующее
От: Phil Sorber
Дата:
Сообщение: Re: [WIP] pg_ping utility