Re: missing description initdb manual

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: missing description initdb manual
Дата
Msg-id 20120415.092156.2129817367807325887.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: missing description initdb manual  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> I think this line needs some more thought:
> 
>> -    printf(_("  -m SHUTDOWN-MODE   can be \"smart\", \"fast\", or \"immediate\"\n"));
>> +    printf(_("  -m, --mode SHUTDOWN-MODE   can be \"smart\", \"fast\", or \"immediate\"\n"));
> 
> because it's not respecting the intended alignment of the explanation
> column.  (It wasn't before, either, but that's not an excuse to not fix
> it.)  I think you could make it read just "-m, --mode MODE" and then
> there would be room to align this switch's explanation with the ones
> above it.  I'm tempted to also say that the explanation should be
>     MODE can be \"smart\", \"fast\", or \"immediate\"

Thanks for the suggestion. I modified the part as you suggested and
committed the changes.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Patch: add timing of buffer I/O requests
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch: add timing of buffer I/O requests