Re: [HACKERS] Spaces in psql output (Was: FW: PGBuildfarm member snake Branch HEAD Status changed)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Spaces in psql output (Was: FW: PGBuildfarm member snake Branch HEAD Status changed)
Date: 2006-02-12 00:21:45
Message-ID: 621.1139703705@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Martijn van Oosterhout <kleptog(at)svana(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-02-12 00:50:22 Re: Scrollable cursors and Sort performance
Previous Message Mark Dilger 2006-02-12 00:13:44 Re: Getting the length of varlength data using PG_DETOAST_DATUM_SLICE

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-02-12 00:29:10 Re: pgsql: Allow ALTER TABLE ...
Previous Message Tom Lane 2006-02-11 23:36:51 Re: Skipping VACUUM of indexes when no work required