Re: ScanDirections

From: James William Pye <pgsql(at)jwp(dot)name>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ScanDirections
Date: 2006-02-20 01:35:16
Message-ID: 20060220013516.GC68783@lit.jwp.name
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sun, Feb 19, 2006 at 08:21:31PM -0500, Neil Conway wrote:
> Arguably, enumerations are more readable than #defines and easier to
> debug.

Agreed. However, I didn't think it would impede much here as I figured gdb would
display 'f' or 'b' or 'n', dunno for sure tho as I didn't try.

>Why do we care about saving 3 bytes for ScanDirection?

It's a drop in the bucket--or maybe water vapor in the vacinity, so I doubt I
could find a stunning reason.
--
Regards, James William Pye

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-02-20 02:04:09 Re: ScanDirections
Previous Message Neil Conway 2006-02-20 01:34:47 plpython: fix memory leak