Re: [Fwd: Re: [PATCHES] Patch for - Change LIMIT/OFFSET to use int8]

2006-07-25 Thread Bruce Momjian
art of included mail From: Dhanaraj M <[EMAIL PROTECTED]> > Date: Wed, 12 Jul 2006 01:06:13 +0530 > Subject: Re: [PATCHES] Patch for - Change LIMIT/OFFSET to use int8 > To: pgsql-patches@postgresql.org > I have made the changes appropriately. The regression tests passed. > Sin

[Fwd: Re: [PATCHES] Patch for - Change LIMIT/OFFSET to use int8]

2006-07-24 Thread Dhanaraj M
I sent this patch already. Can somebody verify this patch? Thanks Dhanaraj --- Begin Message --- I have made the changes appropriately. The regression tests passed. Since I do not have enough resources, I could not test for a large number. It works for a small table. If anybody tests for int8 va

Re: [PATCHES] Patch for - Change LIMIT/OFFSET to use int8

2006-07-11 Thread Dhanaraj M
I have made the changes appropriately. The regression tests passed. Since I do not have enough resources, I could not test for a large number. It works for a small table. If anybody tests for int8 value, it is appreciated. Also, it gives the following error msg, when the input exceeds the int8 l

Re: [PATCHES] Patch for - Change LIMIT/OFFSET to use int8

2006-06-26 Thread Tom Lane
Dhanaraj M <[EMAIL PROTECTED]> writes: > I attach the patch for the following TODO item. > SQL COMMAND > * Change LIMIT/OFFSET to use int8 This can't possibly be correct. It doesn't even change the field types in struct LimitState, for example. You've missed half a dozen places in the plan

[PATCHES] Patch for - Change LIMIT/OFFSET to use int8

2006-06-26 Thread Dhanaraj M
I attach the patch for the following TODO item. SQL COMMAND * Change LIMIT/OFFSET to use int8 It passes all the regression tests and supports int8. I am waiting for your review. Thanks Dhanaraj *** ./src/backend/executor/nodeLimit.c.orig Sun Jun 25 15:02:46 2006 --- ./src/backend/execu