[PATCHES] Scanning for insert

2006-03-02 Thread James William Pye
esn't implement scanforinsert (thinking of external AMs?). I imagine this is something that I should fix, yes? Besides that I think it's ready for review. -- Regards, James William Pye Index: src/backend/access/index/genam.c ==

Re: [PATCHES] ScanDirections

2006-02-19 Thread James William Pye
On Sun, Feb 19, 2006 at 09:04:09PM -0500, Tom Lane wrote: > James William Pye <[EMAIL PROTECTED]> writes: > > Small patch that makes ScanDirection a char(f|b|n) instead of a int or > > long or whatever enum makes it. > > Why is this a good idea? A more appropriately

Re: [PATCHES] ScanDirections

2006-02-19 Thread James William Pye
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 ---(end of broadcast)---

Re: [PATCHES] ScanDirections

2006-02-19 Thread James William Pye
On Sun, Feb 19, 2006 at 08:02:09PM -0500, Neil Conway wrote: > Why? *Very* minor. one byte instead of four. Yes, not really worth the time, but I was poking around at code anyways and decided to write up a little patch. -- Regards, James William Pye ---(end of broadc

[PATCHES] ScanDirections

2006-02-19 Thread James William Pye
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

Re: [PATCHES] transformExpr() refactor

2004-11-01 Thread James William Pye
On Thu, 2004-10-28 at 18:00, Neil Conway wrote: > I think the code is more readable this way. FWIW, I'm +1 on the patch for the above reason. -- Regards, James William Pye signature.asc Description: This is a digitally signed message part

Re: [PATCHES] log rotatoin doc updates

2004-09-18 Thread James William Pye
.html) Tom: Also, what do you mean by 'break out of the '? Have the examples follow the or have the examples set in such a way so as the 's indentation doesn't affect the example's text? -- Regards, James William Pye signature.asc Description: This is a digitally signed message part

Re: [PATCHES] add hint

2004-08-25 Thread James William Pye
was only with the lack of capitalization and ending punctuation(as hints and details are specified to have). -- Regards, James William Pye Index: aclchk.c === RCS file: /projects/cvsroot/pgsql-server/src/backend/catalog/ac

[PATCHES] add hint

2004-08-25 Thread James William Pye
small hint that probably helpful in most cases.. -- Regards, James William Pye Index: aclchk.c === RCS file: /projects/cvsroot/pgsql-server/src/backend/catalog/aclchk.c,v retrieving revision 1.104 diff -u -r1.104 aclchk.c