ScanDirections

From: James William Pye <pgsql(at)jwp(dot)name>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: ScanDirections
Date: 2006-02-20 00:47:42
Message-ID: 20060220004742.GA68783@lit.jwp.name
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Small patch that makes ScanDirection a char(f|b|n) instead of a int or long or
whatever enum makes it. I tried to track down all the areas that depend on it
being specifically -1, 0, or 1. heapam appeared to be the biggest/only one.
(At least `gmake check` passed.)
--
Regards, James William Pye

Attachment Content-Type Size
scandir.patch text/plain 16.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2006-02-20 01:02:09 Re: ScanDirections
Previous Message Neil Conway 2006-02-19 23:59:44 Re: patch fixing the old RETURN NEXT bug