ScanDirections - Mailing list pgsql-patches

From James William Pye
Subject ScanDirections
Date
Msg-id 20060220004742.GA68783@lit.jwp.name
Whole thread Raw
Responses Re: ScanDirections  (Neil Conway <neilc@samurai.com>)
Re: ScanDirections  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: patch fixing the old RETURN NEXT bug
Next
From: Neil Conway
Date:
Subject: Re: ScanDirections