View Single Post

   
  #2 (permalink)  
Old 04-18-2008, 01:20 AM
Tom Lane
 
Posts: n/a
Default Re: [HACKERS] Spaces in psql output (Was: FW: PGBuildfarm member snake Branch HEAD Status changed)

Martijn van Oosterhout <kleptog@svana.org> writes:
> As to the way the code is done, I prefer seperating out the test into a
> variable because fitting it all on a single line is messy. OTOH, some
> people discourage the use of ?: but I prefer it to a whole if
> statement.


I don't object to that, but I do object to declaring bool variables
as int ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote