Re: Verbosity of Function Return Type Checks - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Verbosity of Function Return Type Checks
Date
Msg-id 20080905185034.GI4353@alvh.no-ip.org
Whole thread Raw
In response to Re: Verbosity of Function Return Type Checks  (Volkan YAZICI <yazicivo@ttmail.com>)
List 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 by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Planner question
Next
From: Alvaro Herrera
Date:
Subject: Re: CVS head has broken make