Re: Verbosity of Function Return Type Checks

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Verbosity of Function Return Type Checks
Дата
Msg-id 20080905185034.GI4353@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Verbosity of Function Return Type Checks  (Volkan YAZICI <yazicivo@ttmail.com>)
Список pgsql-hackers
Volkan YAZICI wrote:

> BTW, Alvaro fixed my string concatenations which yielded in lines
> exceeding 80 characters width, but I'd want to ask twice if you're sure
> with this. Because, IMHO, PostgreSQL is also famous with the quality and
> readability of its source code -- that I'm quite proud of as a user,
> kudos to developers -- and I think it'd be better to stick with 80
> characters width convention as much as one can.

Yeah, I'm quite anal about that.  What will happen is that pgindent will
"push back" the strings so that they start earlier in the line to keep
the 80 char limit.  IMHO that's actually clearer than truncating the
string.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Planner question
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: CVS head has broken make